From 360ee565f29bac7721b8b6daffa97b9717713fb0 Mon Sep 17 00:00:00 2001 From: Oleksii Lymarenko Date: Fri, 16 Nov 2018 13:54:11 +0200 Subject: [PATCH] recovery view: added accessibility labels for passphrase and password Signed-off-by: Oleksii Lymarenko --- src/status_im/ui/screens/accounts/recover/views.cljs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/status_im/ui/screens/accounts/recover/views.cljs b/src/status_im/ui/screens/accounts/recover/views.cljs index 86d9b12a52..19a5bda956 100644 --- a/src/status_im/ui/screens/accounts/recover/views.cljs +++ b/src/status_im/ui/screens/accounts/recover/views.cljs @@ -22,6 +22,7 @@ :height 92 :ref (partial reset! input-ref) :label (i18n/label :t/recovery-phrase) + :accessibility-label :enter-12-words :placeholder (i18n/label :t/enter-12-words) :multiline true :default-value passphrase @@ -36,6 +37,7 @@ :important-for-accessibility :no-hide-descendants} [text-input/text-input-with-label {:label (i18n/label :t/password) + :accessibility-label :enter-password :placeholder (i18n/label :t/enter-password) :default-value password :auto-focus false