Commit 5b66e08ae539e24cc309b3ad8b85bc9e22ab41f5
Exists in
master
and in
4 other branches
Merge pull request #1964 from jdamick/patch-1
Update app/views/notify/project_access_granted_email.html.haml
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/notify/project_access_granted_email.html.haml
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | %td{style: "font-size: 1px; line-height: 1px;", width: "21"} |
5 | 5 | %td{align: "left", style: "padding: 20px 0 0;"} |
6 | 6 | %h2{style: "color:#646464; font-weight: bold; margin: 0; padding: 0; line-height: 26px; font-size: 18px; font-family: Helvetica, Arial, sans-serif; "} |
7 | - = "You got granted #{@users_project.project_access_human} access to project" | |
7 | + = "You have been granted #{@users_project.project_access_human} access to project" | |
8 | 8 | %td{style: "font-size: 1px; line-height: 1px;", width: "21"} |
9 | 9 | %tr |
10 | 10 | %td{style: "font-size: 1px; line-height: 1px;", width: "21"} | ... | ... |