Commit 91eaaa662f6e80ee15865616756cdfcdbfebaf12
1 parent
d383cc6f
Exists in
master
and in
22 other branches
fix translatable string
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/profile_roles/assign.html.erb
| 1 | <%= javascript_include_tag('assign_role.js') %> | 1 | <%= javascript_include_tag('assign_role.js') %> |
| 2 | 2 | ||
| 3 | -<h1> <%= _("Assign #{@role.name}") %> </h1> | 3 | +<h1> <%= _("Assign %s") % @role.name %> </h1> |
| 4 | 4 | ||
| 5 | 5 | ||
| 6 | <%= labelled_form_for :role, :url => { :action => 'define', :id => @role.id } do |f| %> | 6 | <%= labelled_form_for :role, :url => { :action => 'define', :id => @role.id } do |f| %> |