feat: updated morph correction copy (#1507)

This commit is contained in:
ggurdin 2025-01-21 09:30:16 -05:00 committed by GitHub
parent 6f63a6d710
commit 14f5aa38b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 5 deletions

View file

@ -4748,5 +4748,6 @@
}
},
"notInClass": "Not in a class!",
"noClassCode": "No class code!"
"noClassCode": "No class code!",
"chooseCorrectLabel": "Choose the correct label"
}

View file

@ -184,10 +184,7 @@ class MorphologicalCenterWidgetState extends State<MorphologicalCenterWidget> {
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),
),