From 79b2b7915a7be4962c4b67db5bf87a36a782dbd4 Mon Sep 17 00:00:00 2001
From: Gianluca Boiano <491117+M0Rf30@users.noreply.github.com>
Date: Mon, 27 Jun 2022 13:14:14 +0200
Subject: 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
---
src/i18n/it_IT.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'src/i18n/it_IT.ts')
diff --git a/src/i18n/it_IT.ts b/src/i18n/it_IT.ts
index f419862..c08fd31 100644
--- a/src/i18n/it_IT.ts
+++ b/src/i18n/it_IT.ts
@@ -251,7 +251,7 @@ Desideri ignorare il controllo di sicurezza e continuare?
- <html><head/><body><p>Note: Passcode must be more then 4 characters and must match in both fields.</p></body></html>
+ <html><head/><body><p>Note: Passcode must be more then 3 characters and must match in both fields.</p></body></html><html><head/><body><p>Nota: Il codice di blocco deve contenere più di 4 caratteri e deve corrispondere in entrambi i campi.</p></body></html>
--
cgit v1.2.3