chore: Slightly adjust welcome screen

This commit is contained in:
Krille 2025-02-02 19:38:26 +01:00
commit 6bcef04a19
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
3 changed files with 5 additions and 3 deletions

View file

@ -121,7 +121,7 @@ class HomeserverPickerView extends StatelessWidget {
Padding(
padding: const EdgeInsets.symmetric(horizontal: 32.0),
child: SelectableLinkify(
text: L10n.of(context).welcomeText,
text: L10n.of(context).appIntroduction,
style: TextStyle(
color: theme.colorScheme.onSecondaryContainer,
fontWeight: FontWeight.w500,