|
|
|
@ -184,10 +184,7 @@ class MorphologicalCenterWidgetState extends State<MorphologicalCenterWidget> {
|
|
|
|
child: Column(
|
|
|
|
child: Column(
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|
Text(
|
|
|
|
Text(
|
|
|
|
"${L10n.of(context).pangeaBotIsFallible} ${L10n.of(context).whatIsTheMorphTag(
|
|
|
|
"${L10n.of(context).pangeaBotIsFallible} ${L10n.of(context).chooseCorrectLabel}",
|
|
|
|
morphCopy,
|
|
|
|
|
|
|
|
widget.token.text.content,
|
|
|
|
|
|
|
|
)}",
|
|
|
|
|
|
|
|
textAlign: TextAlign.center,
|
|
|
|
textAlign: TextAlign.center,
|
|
|
|
style: const TextStyle(fontStyle: FontStyle.italic),
|
|
|
|
style: const TextStyle(fontStyle: FontStyle.italic),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|