1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-11-22 04:49:21 +00:00

Add missing translation

This commit is contained in:
Pierre HUBERT 2021-04-30 18:38:26 +02:00
parent 979be989ac
commit 473ed0d95c

View File

@ -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,
), ),