chore: Add missing localization

This commit is contained in:
Christian Kußowski 2026-02-22 12:32:55 +01:00
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

@ -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,
),
),
],