feat: updated morph correction copy (#1507)

pull/1593/head
ggurdin 10 months ago committed by GitHub
parent 6f63a6d710
commit 14f5aa38b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save