Update new_user_email.html.haml
Fixed template to include the word 'the'.
This commit is contained in:
parent
af5faaf0e1
commit
ad6208c579
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
- if Gitlab.config.gitlab.signup_enabled
|
- if Gitlab.config.gitlab.signup_enabled
|
||||||
Your account has been created successfully.
|
Your account has been created successfully.
|
||||||
- else
|
- else
|
||||||
The Administrator created an account for you. Now you are a member of company GitLab application.
|
The Administrator created an account for you. Now you are a member of the company GitLab application.
|
||||||
%p
|
%p
|
||||||
login..........................................
|
login..........................................
|
||||||
%code= @user['email']
|
%code= @user['email']
|
||||||
|
|
Loading…
Reference in a new issue