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