Commit 886f7b63b52ca61c241d7b0ac2b6b9a0d360b05c
Exists in
master
and in
4 other branches
Merge pull request #3961 from bbodenmiller/patch-1
A little change on wording for new-user email
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/views/notify/new_user_email.html.haml
... | ... | @@ -2,9 +2,9 @@ |
2 | 2 | Hi #{@user['name']}! |
3 | 3 | %p |
4 | 4 | - if Gitlab.config.gitlab.signup_enabled |
5 | - Account has been created successfully. | |
5 | + Your account has been created successfully. | |
6 | 6 | - else |
7 | - Administrator created 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 company GitLab application. | |
8 | 8 | %p |
9 | 9 | login.......................................... |
10 | 10 | %code= @user['email'] | ... | ... |