From 83a298f83140afebafe13a8ebdfd35579f1e9430 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulises=20Manuel=20C=C3=A1rdenas?= <90291778+ulisesmac@users.noreply.github.com> Date: Wed, 21 Jun 2023 17:17:01 -0600 Subject: [PATCH] [#16335] - Add space before "Forgot password?" * Add space before "Forgot password?" * Improves error message --- src/status_im2/contexts/onboarding/profiles/view.cljs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/status_im2/contexts/onboarding/profiles/view.cljs b/src/status_im2/contexts/onboarding/profiles/view.cljs index 0ee6ca6eb5..886651d2c3 100644 --- a/src/status_im2/contexts/onboarding/profiles/view.cljs +++ b/src/status_im2/contexts/onboarding/profiles/view.cljs @@ -184,8 +184,9 @@ profile-picture (rf/sub [:multiaccounts/login-profiles-picture key-uid]) error (if (and (some? error) (or (= error "file is not a database") - (string/starts-with? error "failed to set "))) - (i18n/label :t/wrong-password) + (string/starts-with? error "failed to set ") + (string/starts-with? error "Failed"))) + (i18n/label :t/oops-wrong-password) error)] [rn/keyboard-avoiding-view {:style style/login-container @@ -232,7 +233,6 @@ error] [rn/touchable-opacity {:hit-slop {:top 6 :bottom 20 :left 0 :right 0} - :style {:margin-left -4} :disabled processing :active-opacity 1 :on-press (fn []