Commit 886f7b63 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #3961 from bbodenmiller/patch-1

A little change on wording for new-user email
parents b1671079 ef1886d7
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
Hi #{@user['name']}! Hi #{@user['name']}!
%p %p
- if Gitlab.config.gitlab.signup_enabled - if Gitlab.config.gitlab.signup_enabled
Account has been created successfully. Your account has been created successfully.
- else - else
Administrator created account for you. Now you are a member of company GitLab application. The Administrator created an account for you. Now you are a member of company GitLab application.
%p %p
login.......................................... login..........................................
%code= @user['email'] %code= @user['email']
......
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