Commit ffdeab8f authored by Evan Read's avatar Evan Read Committed by Kenneth Chu

Shorten the primary email address requirement message

parent 69bf9e7b
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
= f.label :email = f.label :email
= f.email_field :email, class: "form-control gl-form-input", required: true, value: params[:user_email], autofocus: true, title: _('Please provide a valid email address.') = f.email_field :email, class: "form-control gl-form-input", required: true, value: params[:user_email], autofocus: true, title: _('Please provide a valid email address.')
.form-text.text-muted .form-text.text-muted
= _('Must be the primary email address of the GitLab account') = _('Requires your primary GitLab email address.')
.clearfix .clearfix
= f.submit _("Reset password"), class: "gl-button btn-confirm btn" = f.submit _("Reset password"), class: "gl-button btn-confirm btn"
......
...@@ -21639,9 +21639,6 @@ msgstr "" ...@@ -21639,9 +21639,6 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}" msgid "Multiple uploaders found: %{uploader_types}"
msgstr "" msgstr ""
msgid "Must be the primary email address of the GitLab account"
msgstr ""
msgid "Must have a unique policy, status, and elapsed time" msgid "Must have a unique policy, status, and elapsed time"
msgstr "" msgstr ""
...@@ -27990,6 +27987,9 @@ msgstr[1] "" ...@@ -27990,6 +27987,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements." msgid "Requires values to meet regular expression requirements."
msgstr "" msgstr ""
msgid "Requires your primary GitLab email address."
msgstr ""
msgid "Resend" msgid "Resend"
msgstr "" msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment