mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-21 20:39:22 +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,
|
||||
children: <Widget>[
|
||||
Text(
|
||||
config().appQuickDescription ??
|
||||
tr(config().appQuickDescription) ??
|
||||
tr("Comunic is a free and OpenSource social network that respect your privacy."),
|
||||
textAlign: TextAlign.center,
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user