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": {},
|
||||
"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",
|
||||
|
|
|
|||
|
|
@ -3491,6 +3491,5 @@
|
|||
"@advancedConfigs": {},
|
||||
"advancedConfigurations": "Advanced configurations",
|
||||
"@advancedConfigurations": {},
|
||||
"signInWith": "Sign in with:",
|
||||
"@signInWith": {}
|
||||
"signInWithLabel": "Sign in with:"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue