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:
@@ -1135,13 +1135,13 @@ class _SettingPageState extends State<SettingPage> {
|
||||
|
||||
return ListTile(
|
||||
leading: const Icon(Icons.image),
|
||||
title: Text('Logo ${l10n.addr}'),
|
||||
title: Text('Logo URL'),
|
||||
trailing: const Icon(Icons.keyboard_arrow_right),
|
||||
onTap: () {
|
||||
final ctrl =
|
||||
TextEditingController(text: _setting.serverLogoUrl.fetch());
|
||||
context.showRoundDialog(
|
||||
title: 'Logo ${l10n.addr}',
|
||||
title: 'Logo URL',
|
||||
child: Column(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: [
|
||||
|
||||
Reference in New Issue
Block a user