chore: Slightly adjust welcome screen
This commit is contained in:
parent
7785f7ab2a
commit
6bcef04a19
3 changed files with 5 additions and 3 deletions
|
|
@ -2897,5 +2897,6 @@
|
||||||
"supportPage": "Support-Seite",
|
"supportPage": "Support-Seite",
|
||||||
"@supportPage": {},
|
"@supportPage": {},
|
||||||
"serverInformation": "Server-Informationen:",
|
"serverInformation": "Server-Informationen:",
|
||||||
"@serverInformation": {}
|
"@serverInformation": {},
|
||||||
|
"appIntroduction": "Mit FluffyChat kannst du über verschiedene Messenger hinweg mit deinen Freunden chatten. Erfahre mehr dazu auf https://matrix.org oder tippe einfach auf *Fortfahren*."
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -2839,5 +2839,6 @@
|
||||||
},
|
},
|
||||||
"appWantsToUseForLoginDescription": "You hereby allow the app and website to share information about you.",
|
"appWantsToUseForLoginDescription": "You hereby allow the app and website to share information about you.",
|
||||||
"open": "Open",
|
"open": "Open",
|
||||||
"waitingForServer": "Waiting for server..."
|
"waitingForServer": "Waiting for server...",
|
||||||
|
"appIntroduction": "FluffyChat lets you chat with your friends across different messengers. Learn more at https://matrix.org or just tap *Continue*."
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -121,7 +121,7 @@ class HomeserverPickerView extends StatelessWidget {
|
||||||
Padding(
|
Padding(
|
||||||
padding: const EdgeInsets.symmetric(horizontal: 32.0),
|
padding: const EdgeInsets.symmetric(horizontal: 32.0),
|
||||||
child: SelectableLinkify(
|
child: SelectableLinkify(
|
||||||
text: L10n.of(context).welcomeText,
|
text: L10n.of(context).appIntroduction,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
color: theme.colorScheme.onSecondaryContainer,
|
color: theme.colorScheme.onSecondaryContainer,
|
||||||
fontWeight: FontWeight.w500,
|
fontWeight: FontWeight.w500,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue