diff options
author | tauriedavis <taurie@gitlab.com> | 2017-03-09 14:40:17 -0800 |
---|---|---|
committer | tauriedavis <taurie@gitlab.com> | 2017-03-09 15:36:07 -0800 |
commit | ceeb43e92bfbaf601f0a379b76ca8a118c798745 (patch) | |
tree | 5b50b25b614ba69e6392db7029417a7e0f7a66e0 | |
parent | 6239bf722df0699dbcfb382ab27b74e7551ad302 (diff) | |
download | gitlab-ce-ceeb43e92bfbaf601f0a379b76ca8a118c798745.tar.gz |
Change label for name on sign up form29209-sign-up-form-name
-rw-r--r-- | app/views/devise/shared/_signup_box.html.haml | 2 | ||||
-rw-r--r-- | changelogs/unreleased/29209-sign-up-form-name.yml | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/app/views/devise/shared/_signup_box.html.haml b/app/views/devise/shared/_signup_box.html.haml index 30e63d991bb..a2f6a7ab1cb 100644 --- a/app/views/devise/shared/_signup_box.html.haml +++ b/app/views/devise/shared/_signup_box.html.haml @@ -4,7 +4,7 @@ .devise-errors = devise_error_messages! .form-group - = f.label :name + = f.label :name, 'Full name' = f.text_field :name, class: "form-control top", required: true, title: "This field is required." .username.form-group = f.label :username diff --git a/changelogs/unreleased/29209-sign-up-form-name.yml b/changelogs/unreleased/29209-sign-up-form-name.yml new file mode 100644 index 00000000000..e8e3a71f875 --- /dev/null +++ b/changelogs/unreleased/29209-sign-up-form-name.yml @@ -0,0 +1,4 @@ +--- +title: Change label for name on sign up form +merge_request: +author: |