mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-23 18:22:39 +03:00
move space character from resources to code
This commit is contained in:
parent
9b39b5c391
commit
d735a03dd5
@ -82,7 +82,7 @@
|
||||
}
|
||||
},
|
||||
"oath_custom_icons": "Custom icons",
|
||||
"oath_custom_icons_description": "Icon packs can make your accounts more easily distinguishable with familiar logos and colors. ",
|
||||
"oath_custom_icons_description": "Icon packs can make your accounts more easily distinguishable with familiar logos and colors.",
|
||||
"oath_custom_icons_replace": "Replace icon pack",
|
||||
"oath_custom_icons_loading": "Icon pack is loading...",
|
||||
"oath_custom_icons_load": "Load icon pack",
|
||||
|
@ -85,7 +85,7 @@ class _DialogDescription extends ConsumerWidget {
|
||||
text: TextSpan(
|
||||
text: l10n.oath_custom_icons_description,
|
||||
style: theme.textTheme.bodyMedium,
|
||||
children: [_createLearnMoreLink(context)],
|
||||
children: [const TextSpan(text: ' '), _createLearnMoreLink(context)],
|
||||
),
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user