Skip to content
代码片段 群组 项目
提交 a2fccf09 编辑于 作者: Kenneth Chu's avatar Kenneth Chu
浏览文件

Add text stating a primary email address must be used

上级 60a07d1a
No related branches found
No related tags found
无相关合并请求
......@@ -6,6 +6,7 @@
.form-group
= 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.')
= _('Must be the primary email address of the GitLab account')
.clearfix
= f.submit _("Reset password"), class: "gl-button btn-confirm btn"
......
......@@ -21639,6 +21639,9 @@ 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 ""
 
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册