chore: Minor lable fixes

This commit is contained in:
Krille 2022-12-30 17:45:58 +01:00
commit 25b44f2822
3 changed files with 3 additions and 25 deletions

View file

@ -28,13 +28,13 @@ class SettingsSecurityController extends State<SettingsSecurity> {
cancelLabel: L10n.of(context)!.cancel,
textFields: [
DialogTextField(
hintText: L10n.of(context)!.pleaseEnterYourPassword,
hintText: L10n.of(context)!.chooseAStrongPassword,
obscureText: true,
minLines: 1,
maxLines: 1,
),
DialogTextField(
hintText: L10n.of(context)!.chooseAStrongPassword,
hintText: L10n.of(context)!.repeatPassword,
obscureText: true,
minLines: 1,
maxLines: 1,