l10n: fix remaining translations (#439)

* l10n: Url -> URL

* l10n: Logo Address -> Logo URL

* l10n: fix ttl translation

* l10n: fix all zh-tw translations

* l10n: fix all zh-cn translations

* l10n: fix all en translations
This commit is contained in:
Integral
2024-07-02 15:02:49 +00:00
committed by GitHub
parent 3f9fe1f2c6
commit e1d2e3f3e5
12 changed files with 139 additions and 139 deletions

View File

@@ -381,7 +381,7 @@ class _ServerEditPageState extends State<ServerEditPage> {
controller: _logoUrlCtrl,
type: TextInputType.url,
icon: Icons.image,
label: 'Url',
label: 'URL',
hint: 'https://example.com/logo.png',
),
UIs.height7,