chore: Add missing localization
This commit is contained in:
parent
9f5794004e
commit
9873c7699b
2 changed files with 5 additions and 2 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
),
|
||||
),
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue