feat: updated morph correction copy (#1507)
This commit is contained in:
parent
6f63a6d710
commit
14f5aa38b1
2 changed files with 3 additions and 5 deletions
|
|
@ -4748,5 +4748,6 @@
|
|||
}
|
||||
},
|
||||
"notInClass": "Not in a class!",
|
||||
"noClassCode": "No class code!"
|
||||
"noClassCode": "No class code!",
|
||||
"chooseCorrectLabel": "Choose the correct label"
|
||||
}
|
||||
|
|
@ -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),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue