Skip to content

Commit

Permalink
Changed placeholder to show "Enter password"
Browse files Browse the repository at this point in the history
Originally both the password label and the placeholder were displaying "Password" on login. I corrected the placeholder to show "Enter password" instead.
  • Loading branch information
Mohamed Abdulaziz authored Jun 22, 2019
1 parent 797d803 commit 30a9b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im/ui/screens/accounts/login/views.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
:important-for-accessibility :no-hide-descendants}
[text-input/text-input-with-label
{:label (i18n/label :t/password)
:placeholder (i18n/label :t/password)
:placeholder (i18n/label :t/enter-password)
:ref #(reset! password-text-input %)
:auto-focus (= view-id :login)
:on-submit-editing (when sign-in-enabled?
Expand Down

0 comments on commit 30a9b94

Please sign in to comment.