diff --git a/app/views/plans/_plan_details.html.erb b/app/views/plans/_plan_details.html.erb index 3099163..309d29a 100644 --- a/app/views/plans/_plan_details.html.erb +++ b/app/views/plans/_plan_details.html.erb @@ -206,7 +206,7 @@ <%end%> <%if plan.template.customization_of.present? %> <% ctemplate = Template.find(plan.template.customization_of) %> - <%= " (Customised from " + ctemplate.org.name + ")" %> + <%= " (#{_(Customised from)} " + ctemplate.org.name + ")" %> <%end%>