fix: Sign in label

This commit is contained in:
Christian Kußowski 2026-01-20 13:44:22 +01:00
parent 4b12353a20
commit bcd350d401
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
3 changed files with 3 additions and 12 deletions

View file

@ -2512,15 +2512,7 @@
"@report": {},
"signInWithPassword": "Anmelden mit Passwort",
"@signInWithPassword": {},
"signInWith": "Anmelden mit {provider}",
"@signInWith": {
"type": "String",
"placeholders": {
"provider": {
"type": "String"
}
}
},
"signInWithLabel": "Anmelden mit",
"importNow": "Jetzt importieren",
"@importNow": {},
"importEmojis": "Emojis importieren",

View file

@ -3491,6 +3491,5 @@
"@advancedConfigs": {},
"advancedConfigurations": "Advanced configurations",
"@advancedConfigurations": {},
"signInWith": "Sign in with:",
"@signInWith": {}
"signInWithLabel": "Sign in with:"
}

View file

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