Commit 171ce67a0c36145ebb123f0df0ef15681272a159
1 parent
ad6208c5
Exists in
master
and in
4 other branches
Update new_user_email.text.erb
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.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 %> | ... | ... |