fix(@desktop): correct spelling of you-r

fixes: #6229
This commit is contained in:
Kamil K 2022-07-05 17:41:04 +02:00 committed by Michał
parent 864bdd63fa
commit 7dbc713dd8
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ OnboardingBasePage {
width: parent.width
enabled: !submitBtn.loading
placeholderText: qsTr("Confirm you password (again)")
placeholderText: qsTr("Confirm your password (again)")
textField.echoMode: showPassword ? TextInput.Normal : TextInput.Password
textField.validator: RegExpValidator { regExp: /^[!-~]{0,64}$/ } // That incudes NOT extended ASCII printable characters less space and a maximum of 64 characters allowed
keepHeight: true