From 91eaaa662f6e80ee15865616756cdfcdbfebaf12 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 6 Aug 2015 17:53:54 -0300 Subject: [PATCH] fix translatable string --- app/views/profile_roles/assign.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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