mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 00:05:16 +00:00
Fix missing translation
This commit is contained in:
@ -57,8 +57,8 @@ class LoginScaffold extends StatelessWidget {
|
||||
style: TextStyle(fontSize: 50)),
|
||||
Spacer(flex: 1),
|
||||
Text(
|
||||
config().appQuickDescription ??
|
||||
tr("Free social network that respect your privacy"),
|
||||
tr(config().appQuickDescription ??
|
||||
tr("Free social network that respect your privacy")),
|
||||
textAlign: TextAlign.center,
|
||||
),
|
||||
Spacer(flex: 3),
|
||||
|
Reference in New Issue
Block a user