aboutsummaryrefslogtreecommitdiff
path: root/src/lock.ui
diff options
context:
space:
mode:
authorLibravatar Gianluca Boiano <491117+M0Rf30@users.noreply.github.com>2022-06-27 13:14:14 +0200
committerLibravatar GitHub <noreply@github.com>2022-06-27 16:44:14 +0530
commit79b2b7915a7be4962c4b67db5bf87a36a782dbd4 (patch)
treea17a81e478a7889bd5c080a2eb8a9c12247b2919 /src/lock.ui
parentced5547de36d88f071f086258e32d21cdcda1e0d (diff)
downloadwhatsie-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.ui2
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>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Note: Passcode must be more then 4 characters and must match in both fields.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
+ <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Note: Passcode must be more then 3 characters and must match in both fields.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>