diff --git a/app/views/sections/_show_section.html.erb b/app/views/sections/_show_section.html.erb index 179aede..32bcdba 100644 --- a/app/views/sections/_show_section.html.erb +++ b/app/views/sections/_show_section.html.erb @@ -9,7 +9,7 @@ <% if section.title == '' then%> - <%= t('org_admin.templates.new_section')%> + <%= _('New section title')%> <%else%> <%= section.title %> <%end%>