Commit 58d6176bc35fb45427df75b9762df6bb0d3b3a98
Exists in
master
and in
4 other branches
Merge pull request #3902 from frlan/patch-2
A little change on wording for new-user email
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
app/views/notify/new_user_email.text.erb
| 1 | Hi <%= @user.name %>! | 1 | Hi <%= @user.name %>! |
| 2 | - | ||
| 3 | -Administrator created account for you. Now you are a member of company GitLab application. | ||
| 4 | - | 2 | + |
| 3 | +The Administrator created an account for you. Now you are a member of company GitLab application. | ||
| 4 | + | ||
| 5 | login.................. <%= @user.email %> | 5 | login.................. <%= @user.email %> |
| 6 | <% unless Gitlab.config.gitlab.signup_enabled %> | 6 | <% unless Gitlab.config.gitlab.signup_enabled %> |
| 7 | password............... <%= @password %> | 7 | password............... <%= @password %> |