Skip to content

Commit

Permalink
Hide misleading “You will be sent a confirmation e-mail” hint from ad…
Browse files Browse the repository at this point in the history
…min view (mastodon#9973)

Thanks @wryk for noticing this issue.
  • Loading branch information
ClearlyClaire authored and Gargron committed Feb 5, 2019
1 parent 4ca9f76 commit 8d144e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/change_emails/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

= simple_form_for @user, url: admin_account_change_email_path(@account.id) do |f|
.fields-group
= f.input :email, wrapper: :with_label, disabled: true, label: t('admin.accounts.change_email.current_email')
= f.input :email, wrapper: :with_label, hint: false, disabled: true, label: t('admin.accounts.change_email.current_email')

.fields-group
= f.input :unconfirmed_email, wrapper: :with_label, label: t('admin.accounts.change_email.new_email')
Expand Down

0 comments on commit 8d144e6

Please sign in to comment.