fix: Locale unlocalized strings

This commit is contained in:
Christian Kußowski 2026-01-12 10:29:33 +01:00
commit dba2d2eb98
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
5 changed files with 36 additions and 10 deletions

View file

@ -134,7 +134,7 @@ class HomeserverPickerView extends StatelessWidget {
hintStyle: TextStyle(
color: theme.colorScheme.surfaceTint,
),
labelText: 'Sign in with:',
labelText: L10n.of(context).signInWith,
errorText: controller.error,
errorMaxLines: 4,
suffixIcon: IconButton(