chore: Add missing localization

This commit is contained in:
Christian Kußowski 2026-02-22 12:32:55 +01:00
parent 9f5794004e
commit 9873c7699b
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
2 changed files with 5 additions and 2 deletions

View file

@ -3497,5 +3497,6 @@
"signInGreeting": "You already have an account in Matrix? Welcome back! Select your homeserver and sign in.",
"appIntro": "With FluffyChat you can chat with your friends. It's a secure decentralized [matrix] messenger! Learn more on https://matrix.org if you like or just sign up.",
"theProcessWasCanceled": "The process was canceled.",
"join": "Join"
"join": "Join",
"searchOrEnterHomeserverAddress": "Search or enter homeserver address"
}

View file

@ -69,7 +69,9 @@ class SignInPage extends StatelessWidget {
errorText: state.publicHomeservers.error
?.toLocalizedString(context),
prefixIcon: const Icon(Icons.search_outlined),
hintText: 'Search or enter homeserver address',
hintText: L10n.of(
context,
).searchOrEnterHomeserverAddress,
),
),
],