Commit 845e961326a04d5ee021895e7ffc8b7952c75bae

Authored by Evandro Jr
1 parent f55f3ef9

Make strings translateable

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' %>
... ...