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