diff options
Diffstat (limited to 'app/views/roles/list.rhtml')
-rw-r--r-- | app/views/roles/list.rhtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/roles/list.rhtml b/app/views/roles/list.rhtml index bdea2475f..02bb20f5e 100644 --- a/app/views/roles/list.rhtml +++ b/app/views/roles/list.rhtml @@ -32,3 +32,5 @@ <p><%= pagination_links_full @role_pages %></p> <p><%= link_to l(:label_permissions_report), :action => 'report' %></p> + +<% set_html_title(l(:label_role_plural)) -%> |