Skip to content

Commit 0618574

Browse files
ClearlyClairehiyuki2578
authored andcommitted
Hide misleading “You will be sent a confirmation e-mail” hint from admin view (mastodon#9973)
Thanks @wryk for noticing this issue.
1 parent e025d80 commit 0618574

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/admin/change_emails/show.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

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

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

0 commit comments

Comments
 (0)