mirror of
https://github.com/status-im/status-mobile.git
synced 2025-03-01 08:40:50 +00:00
fix the warning message when the user enters the wrong password (#20605)
This commit is contained in:
parent
c473b8c9b1
commit
a13975f3f6
@ -16,8 +16,7 @@
|
||||
[error]
|
||||
(if (and (some? error)
|
||||
(or (= error "file is not a database")
|
||||
(string/starts-with? error "failed to set ")
|
||||
(string/starts-with? error "Failed")))
|
||||
(string/starts-with? (string/lower-case error) "failed")))
|
||||
(i18n/label :t/oops-wrong-password)
|
||||
error))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user