diff options
author | Saito <saitowu@gmail.com> | 2012-11-09 08:09:31 -0800 |
---|---|---|
committer | Saito <saitowu@gmail.com> | 2012-11-09 08:09:31 -0800 |
commit | 5b66e08ae539e24cc309b3ad8b85bc9e22ab41f5 (patch) | |
tree | da785672022b8fa83269027aef51101dcf176281 | |
parent | f0712f39fbb75f4a1911a977ba63f9856331eea5 (diff) | |
parent | 12c0408ef5e09244a1716dd4e13986c9c5224b76 (diff) | |
download | gitlab-ce-5b66e08ae539e24cc309b3ad8b85bc9e22ab41f5.tar.gz |
Merge pull request #1964 from jdamick/patch-1
Update app/views/notify/project_access_granted_email.html.haml
-rw-r--r-- | app/views/notify/project_access_granted_email.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notify/project_access_granted_email.html.haml b/app/views/notify/project_access_granted_email.html.haml index 154c2aaa01e..72b3f0658fc 100644 --- a/app/views/notify/project_access_granted_email.html.haml +++ b/app/views/notify/project_access_granted_email.html.haml @@ -4,7 +4,7 @@ %td{style: "font-size: 1px; line-height: 1px;", width: "21"} %td{align: "left", style: "padding: 20px 0 0;"} %h2{style: "color:#646464; font-weight: bold; margin: 0; padding: 0; line-height: 26px; font-size: 18px; font-family: Helvetica, Arial, sans-serif; "} - = "You got granted #{@users_project.project_access_human} access to project" + = "You have been granted #{@users_project.project_access_human} access to project" %td{style: "font-size: 1px; line-height: 1px;", width: "21"} %tr %td{style: "font-size: 1px; line-height: 1px;", width: "21"} |