Commit 5b28bf1e5112c21232283e571b48483b659e70a3
Exists in
master
and in
4 other branches
Merge pull request #4705 from DarthNerdus/new-user-email
Add appropriate article to new user email.
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
app/views/notify/new_user_email.html.haml
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | - if Gitlab.config.gitlab.signup_enabled |
5 | 5 | Your account has been created successfully. |
6 | 6 | - else |
7 | - The Administrator created an account for you. Now you are a member of company GitLab application. | |
7 | + The Administrator created an account for you. Now you are a member of the company GitLab application. | |
8 | 8 | %p |
9 | 9 | login.......................................... |
10 | 10 | %code= @user['email'] | ... | ... |
app/views/notify/new_user_email.text.erb
1 | 1 | Hi <%= @user.name %>! |
2 | 2 | |
3 | -The Administrator created an account for you. Now you are a member of company GitLab application. | |
3 | +The Administrator created an account for you. Now you are a member of the company GitLab application. | |
4 | 4 | |
5 | 5 | login.................. <%= @user.email %> |
6 | 6 | <% if @user.created_by_id %> | ... | ... |