From ef1886d7462f738074132bae25ae468003564d1a Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Thu, 16 May 2013 01:49:57 -0600 Subject: [PATCH] A little change on wording for new-user email --- app/views/notify/new_user_email.html.haml | 4 ++-- 1 file 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 8606dc6..4ad3f20 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'] -- libgit2 0.21.2