Commit b12ffc488fdfe2cf0f87ca0d029752b43e018b61

Authored by Evandro Jr
1 parent 845e9613

Fix for strings

app/views/email_templates/edit.html.erb
1   -<h1>_('Editing Email Template')</h1>
  1 +<h1><%= _('Editing Email Template') %></h1>
2 2  
3 3 <%= render 'form' %>
... ...
app/views/email_templates/new.html.erb
1   -<h1>_('New Email Template')</h1>
  1 +<h1><%= _('New Email Template') %></h1>
2 2  
3 3 <%= render 'form' %>
... ...