Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Shorter password_confirmation label.
Browse files Browse the repository at this point in the history
  • Loading branch information
nning committed Jul 20, 2015
1 parent f37d8a0 commit cc5c9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/mailboxes/edit.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
%fieldset
%legend Change Password
= f.input :password, hint: 'Leave blank, if you do not want to change it.'
= f.input :password_confirmation
= f.input :password_confirmation, label: 'Confirmation'

= render partial: 'shared/mailbox_permissions'

Expand Down

0 comments on commit cc5c9e0

Please sign in to comment.