Commit ad6208c579a9858c4280ab692f2bfefcfb285fc6
1 parent
af5faaf0
Exists in
master
and in
4 other branches
Update new_user_email.html.haml
Fixed template to include the word 'the'.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/notify/new_user_email.html.haml
@@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
4 | - if Gitlab.config.gitlab.signup_enabled | 4 | - if Gitlab.config.gitlab.signup_enabled |
5 | Your account has been created successfully. | 5 | Your account has been created successfully. |
6 | - else | 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 | %p | 8 | %p |
9 | login.......................................... | 9 | login.......................................... |
10 | %code= @user['email'] | 10 | %code= @user['email'] |