fix: Sign in label
This commit is contained in:
parent
4b12353a20
commit
bcd350d401
3 changed files with 3 additions and 12 deletions
|
|
@ -2512,15 +2512,7 @@
|
||||||
"@report": {},
|
"@report": {},
|
||||||
"signInWithPassword": "Anmelden mit Passwort",
|
"signInWithPassword": "Anmelden mit Passwort",
|
||||||
"@signInWithPassword": {},
|
"@signInWithPassword": {},
|
||||||
"signInWith": "Anmelden mit {provider}",
|
"signInWithLabel": "Anmelden mit",
|
||||||
"@signInWith": {
|
|
||||||
"type": "String",
|
|
||||||
"placeholders": {
|
|
||||||
"provider": {
|
|
||||||
"type": "String"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"importNow": "Jetzt importieren",
|
"importNow": "Jetzt importieren",
|
||||||
"@importNow": {},
|
"@importNow": {},
|
||||||
"importEmojis": "Emojis importieren",
|
"importEmojis": "Emojis importieren",
|
||||||
|
|
|
||||||
|
|
@ -3491,6 +3491,5 @@
|
||||||
"@advancedConfigs": {},
|
"@advancedConfigs": {},
|
||||||
"advancedConfigurations": "Advanced configurations",
|
"advancedConfigurations": "Advanced configurations",
|
||||||
"@advancedConfigurations": {},
|
"@advancedConfigurations": {},
|
||||||
"signInWith": "Sign in with:",
|
"signInWithLabel": "Sign in with:"
|
||||||
"@signInWith": {}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -134,7 +134,7 @@ class HomeserverPickerView extends StatelessWidget {
|
||||||
hintStyle: TextStyle(
|
hintStyle: TextStyle(
|
||||||
color: theme.colorScheme.surfaceTint,
|
color: theme.colorScheme.surfaceTint,
|
||||||
),
|
),
|
||||||
labelText: L10n.of(context).signInWith,
|
labelText: L10n.of(context).signInWithLabel,
|
||||||
errorText: controller.error,
|
errorText: controller.error,
|
||||||
errorMaxLines: 4,
|
errorMaxLines: 4,
|
||||||
suffixIcon: IconButton(
|
suffixIcon: IconButton(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue