mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 04:49:21 +00:00
Add missing translation
This commit is contained in:
parent
979be989ac
commit
473ed0d95c
@ -271,7 +271,7 @@ void showAboutAppDialog(BuildContext context) {
|
|||||||
applicationName: config().appName,
|
applicationName: config().appName,
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
Text(
|
Text(
|
||||||
config().appQuickDescription ??
|
tr(config().appQuickDescription) ??
|
||||||
tr("Comunic is a free and OpenSource social network that respect your privacy."),
|
tr("Comunic is a free and OpenSource social network that respect your privacy."),
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user