diff --git a/app/views/roles/index.html.erb b/app/views/roles/index.html.erb index c27f3cfc39..77a24185bd 100644 --- a/app/views/roles/index.html.erb +++ b/app/views/roles/index.html.erb @@ -16,7 +16,7 @@ "> <%= content_tag(role.builtin? ? 'em' : 'span', link_to(role.name, :action => 'edit', :id => role)) %> - <%= image_tag('true.png') if role.is_a?(GlobalRole) %> + <%= image_tag('true.png', :alt => l(:general_text_Yes)) if role.is_a?(GlobalRole) %> <% unless role.builtin? %>