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 @@
= 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.')
.form-text.text-muted
= _('Must be the primary email address of the GitLab account')
= _('Requires your primary GitLab email address.')
.clearfix
= f.submit _("Reset password"), class: "gl-button btn-confirm btn"
......
......@@ -21639,9 +21639,6 @@ msgstr ""
msgid "Multiple uploaders found: %{uploader_types}"
msgstr ""
msgid "Must be the primary email address of the GitLab account"
msgstr ""
msgid "Must have a unique policy, status, and elapsed time"
msgstr ""
......@@ -27990,6 +27987,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
msgid "Requires your primary GitLab email address."
msgstr ""
msgid "Resend"
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