We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bffb53 commit 1ac9a3fCopy full SHA for 1ac9a3f
1 file changed
app/views/admin/change_emails/show.html.haml
@@ -3,7 +3,7 @@
3
4
= simple_form_for @user, url: admin_account_change_email_path(@account.id) do |f|
5
.fields-group
6
- = 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')
7
8
9
= f.input :unconfirmed_email, wrapper: :with_label, label: t('admin.accounts.change_email.new_email')
0 commit comments