Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-05-20 00:08:17 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-20 00:08:17 +0300
commit3d6aa9071097f5070c801bee13a619da0a297d07 (patch)
treeb455237758a12fefeec49c29cc8655cb63e118ff /app/views/devise/shared/_signup_box.html.haml
parentabe6e7a2e7a456fa05f4ebeb28f8747a92cf59b1 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/devise/shared/_signup_box.html.haml')
-rw-r--r--app/views/devise/shared/_signup_box.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/devise/shared/_signup_box.html.haml b/app/views/devise/shared/_signup_box.html.haml
index 970e490dd72..57135c6cdfc 100644
--- a/app/views/devise/shared/_signup_box.html.haml
+++ b/app/views/devise/shared/_signup_box.html.haml
@@ -49,6 +49,7 @@
data: { qa_selector: 'new_user_email_field' },
required: true,
title: _('Please provide a valid email address.')
+ %p.gl-field-hint.text-secondary= _('We recommend a work email address.')
.form-group.gl-mb-5#password-strength
= f.label :password, class: 'label-bold'
= f.password_field :password,