diff --git a/src/status_im/common/standard_authentication/password_input/view.cljs b/src/status_im/common/standard_authentication/password_input/view.cljs index be6501bdd7..3f39d93616 100644 --- a/src/status_im/common/standard_authentication/password_input/view.cljs +++ b/src/status_im/common/standard_authentication/password_input/view.cljs @@ -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))