Commit ef1886d7462f738074132bae25ae468003564d1a
1 parent
9b1b5aee
Exists in
master
and in
4 other branches
A little change on wording for new-user email
adds missing wording missed in https://github.com/gitlabhq/gitlabhq/commit/58d6176bc35fb45427df75b9762df6bb0d3b3a98 and https://github.com/gitlabhq/gitlabhq/pull/3902
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,9 +2,9 @@ | ||
2 | Hi #{@user['name']}! | 2 | Hi #{@user['name']}! |
3 | %p | 3 | %p |
4 | - if Gitlab.config.gitlab.signup_enabled | 4 | - if Gitlab.config.gitlab.signup_enabled |
5 | - Account has been created successfully. | 5 | + Your account has been created successfully. |
6 | - else | 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 | %p | 8 | %p |
9 | login.......................................... | 9 | login.......................................... |
10 | %code= @user['email'] | 10 | %code= @user['email'] |