diff --git a/app/views/profile_roles/assign.html.erb b/app/views/profile_roles/assign.html.erb index 542b19e..51baf7d 100644 --- a/app/views/profile_roles/assign.html.erb +++ b/app/views/profile_roles/assign.html.erb @@ -1,6 +1,6 @@ <%= javascript_include_tag('assign_role.js') %> -

<%= _("Assign #{@role.name}") %>

+

<%= _("Assign %s") % @role.name %>

<%= labelled_form_for :role, :url => { :action => 'define', :id => @role.id } do |f| %> -- libgit2 0.21.2