From 14f5aa38b193d49f947b19cd888295bc7e58b829 Mon Sep 17 00:00:00 2001 From: ggurdin <46800240+ggurdin@users.noreply.github.com> Date: Tue, 21 Jan 2025 09:30:16 -0500 Subject: [PATCH] feat: updated morph correction copy (#1507) --- assets/l10n/intl_en.arb | 3 ++- .../word_zoom/morphs/morphological_center_widget.dart | 5 +---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/assets/l10n/intl_en.arb b/assets/l10n/intl_en.arb index 8d769a01f..d850c0306 100644 --- a/assets/l10n/intl_en.arb +++ b/assets/l10n/intl_en.arb @@ -4748,5 +4748,6 @@ } }, "notInClass": "Not in a class!", - "noClassCode": "No class code!" + "noClassCode": "No class code!", + "chooseCorrectLabel": "Choose the correct label" } \ No newline at end of file diff --git a/lib/pangea/toolbar/widgets/word_zoom/morphs/morphological_center_widget.dart b/lib/pangea/toolbar/widgets/word_zoom/morphs/morphological_center_widget.dart index 1b984156c..e1ffba359 100644 --- a/lib/pangea/toolbar/widgets/word_zoom/morphs/morphological_center_widget.dart +++ b/lib/pangea/toolbar/widgets/word_zoom/morphs/morphological_center_widget.dart @@ -184,10 +184,7 @@ class MorphologicalCenterWidgetState extends State { child: Column( children: [ Text( - "${L10n.of(context).pangeaBotIsFallible} ${L10n.of(context).whatIsTheMorphTag( - morphCopy, - widget.token.text.content, - )}", + "${L10n.of(context).pangeaBotIsFallible} ${L10n.of(context).chooseCorrectLabel}", textAlign: TextAlign.center, style: const TextStyle(fontStyle: FontStyle.italic), ),