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), ),