|
@@ -142,7 +142,7 @@ class _AutoCompletionInputState extends State<_AutoCompletionInput> {
|
|
TextSpan(
|
|
TextSpan(
|
|
children: [
|
|
children: [
|
|
TextSpan(
|
|
TextSpan(
|
|
- text: '${LocaleKeys.button_generate.tr()} ',
|
|
|
|
|
|
+ text: LocaleKeys.button_generate.tr(),
|
|
style: Theme.of(context).textTheme.bodyMedium,
|
|
style: Theme.of(context).textTheme.bodyMedium,
|
|
),
|
|
),
|
|
],
|
|
],
|
|
@@ -154,7 +154,7 @@ class _AutoCompletionInputState extends State<_AutoCompletionInput> {
|
|
TextSpan(
|
|
TextSpan(
|
|
children: [
|
|
children: [
|
|
TextSpan(
|
|
TextSpan(
|
|
- text: '${LocaleKeys.button_Cancel.tr()} ',
|
|
|
|
|
|
+ text: LocaleKeys.button_Cancel.tr(),
|
|
style: Theme.of(context).textTheme.bodyMedium,
|
|
style: Theme.of(context).textTheme.bodyMedium,
|
|
),
|
|
),
|
|
],
|
|
],
|