summaryrefslogtreecommitdiff
path: root/app/views/notify/project_access_granted_email.text.erb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-20 15:59:45 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-20 15:59:45 +0300
commit7a26a4b69ddf42c60aa406d10589a976ced0f6f3 (patch)
tree1cc77c7597722c0d5894abb46f6fe5cdc0a7b059 /app/views/notify/project_access_granted_email.text.erb
parenta442ad2b141e078fcc2899ece6068b82b5338bb8 (diff)
downloadgitlab-ce-7a26a4b69ddf42c60aa406d10589a976ced0f6f3.tar.gz
Refactor access roles methods
Diffstat (limited to 'app/views/notify/project_access_granted_email.text.erb')
-rw-r--r--app/views/notify/project_access_granted_email.text.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notify/project_access_granted_email.text.erb b/app/views/notify/project_access_granted_email.text.erb
index 077c3b8a7de..66c57def375 100644
--- a/app/views/notify/project_access_granted_email.text.erb
+++ b/app/views/notify/project_access_granted_email.text.erb
@@ -1,4 +1,4 @@
-You have been granted <%= @users_project.project_access_human %> access to project <%= @project.name_with_namespace %>
+You have been granted <%= @users_project.human_access %> access to project <%= @project.name_with_namespace %>
<%= url_for(project_url(@project)) %>