mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-17 11:59:39 +00:00
Reset the PIN keyboard option when the password is changed
This fixes an issue where the PIN keyboard was shown after a password change, regardless of whether it only contained digits or not.
This commit is contained in:
parent
52d2713482
commit
01885e1fc6
2 changed files with 6 additions and 2 deletions
|
@ -221,6 +221,7 @@
|
|||
<string name="pin_keyboard_description">Enter your password to enable the PIN keyboard. Note that this only works if your password only consists of numbers</string>
|
||||
<string name="pin_keyboard_error">Error enabling PIN keyboard</string>
|
||||
<string name="pin_keyboard_error_description">It\'s not possible to set PIN keyboard. Your password must only consists of numbers.</string>
|
||||
<string name="pin_keyboard_disabled">Password changed. The PIN keyboard will no longer be shown.</string>
|
||||
<string name="selected">Selected</string>
|
||||
<string name="dark_theme_title">Dark theme</string>
|
||||
<string name="light_theme_title">Light theme</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue