mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 04:49:21 +00:00
Fix missing translation
This commit is contained in:
parent
f830ae20bb
commit
5da8a64d3d
@ -57,8 +57,8 @@ class LoginScaffold extends StatelessWidget {
|
|||||||
style: TextStyle(fontSize: 50)),
|
style: TextStyle(fontSize: 50)),
|
||||||
Spacer(flex: 1),
|
Spacer(flex: 1),
|
||||||
Text(
|
Text(
|
||||||
config().appQuickDescription ??
|
tr(config().appQuickDescription ??
|
||||||
tr("Free social network that respect your privacy"),
|
tr("Free social network that respect your privacy")),
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
),
|
),
|
||||||
Spacer(flex: 3),
|
Spacer(flex: 3),
|
||||||
|
Loading…
Reference in New Issue
Block a user