diff options
author | 2022-06-27 13:14:14 +0200 | |
---|---|---|
committer | 2022-06-27 16:44:14 +0530 | |
commit | 79b2b7915a7be4962c4b67db5bf87a36a782dbd4 (patch) | |
tree | a17a81e478a7889bd5c080a2eb8a9c12247b2919 /src/lock.ui | |
parent | ced5547de36d88f071f086258e32d21cdcda1e0d (diff) | |
download | whatsie-79b2b7915a7be4962c4b67db5bf87a36a782dbd4.tar.gz whatsie-79b2b7915a7be4962c4b67db5bf87a36a782dbd4.zip |
chore: set a minimum of 4 digits for the lock code (#56)
* chore: set a minimum of 4 digits for the lock code
coming from other applications (i.e. telegram) we expect
a 4 digit PIN as minimum requirement
* chore: set ui messages on pass code lenght accordingly
Diffstat (limited to 'src/lock.ui')
-rw-r--r-- | src/lock.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lock.ui b/src/lock.ui index ffe0da0..264bb7d 100644 --- a/src/lock.ui +++ b/src/lock.ui @@ -308,7 +308,7 @@ <item> <widget class="QLabel" name="signup_warning"> <property name="text"> - <string><html><head/><body><p>Note: Passcode must be more then 4 characters and must match in both fields.</p></body></html></string> + <string><html><head/><body><p>Note: Passcode must be more then 3 characters and must match in both fields.</p></body></html></string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> |