summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bodenmiller <bbodenmiller@hotmail.com>2013-05-16 01:49:57 -0600
committerBen Bodenmiller <bbodenmiller@hotmail.com>2013-05-16 01:49:57 -0600
commitef1886d7462f738074132bae25ae468003564d1a (patch)
treed289cbd25bf88d1b7a9305e7bcbfd85b8b1424ea
parent9b1b5aee836cd4a874888317d504252ca7fdcf3d (diff)
downloadgitlab-ce-ef1886d7462f738074132bae25ae468003564d1a.tar.gz
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
-rw-r--r--app/views/notify/new_user_email.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/notify/new_user_email.html.haml b/app/views/notify/new_user_email.html.haml
index 8606dc6aa76..4ad3f201495 100644
--- a/app/views/notify/new_user_email.html.haml
+++ b/app/views/notify/new_user_email.html.haml
@@ -2,9 +2,9 @@
Hi #{@user['name']}!
%p
- if Gitlab.config.gitlab.signup_enabled
- Account has been created successfully.
+ Your account has been created successfully.
- else
- Administrator created 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 company GitLab application.
%p
login..........................................
%code= @user['email']