diff --git a/src/status_im/ui/screens/wallet/send/views.cljs b/src/status_im/ui/screens/wallet/send/views.cljs index 6515baf445..312419d5a2 100644 --- a/src/status_im/ui/screens/wallet/send/views.cljs +++ b/src/status_im/ui/screens/wallet/send/views.cljs @@ -53,7 +53,8 @@ :placeholder-text-color components.styles/color-gray4 :on-change-text #(re-frame/dispatch [:wallet.send/set-password (security/mask-data %)]) :style styles/password - :accessibility-label :enter-password-input}] + :accessibility-label :enter-password-input + :auto-capitalize :none}] (when wrong-password? [tooltip/tooltip (i18n/label :t/wrong-password)])]]]))