diff --git a/app/views/mailboxes/edit.html.haml b/app/views/mailboxes/edit.html.haml index d3a4759..a4a79ed 100644 --- a/app/views/mailboxes/edit.html.haml +++ b/app/views/mailboxes/edit.html.haml @@ -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'