Skip to content

Commit

Permalink
Fix translations keys.
Browse files Browse the repository at this point in the history
  • Loading branch information
taitus committed Jan 26, 2018
1 parent dd14bdc commit d9ef740
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/organization_mailer/delete.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<td>
<h1><%= t('mailers.delete_organization.head1', lobby_name: @organization.id)%></h1>
<h1><%= t('mailers.delete_organization.head1', lobby_name: @organization.fullname)%></h1>
<p><%= t('mailers.delete_organization.text1', lobby_reference: @organization.reference) %></p>
<p><%= t('mailers.delete_organization.head2')%></p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion app/views/organization_mailer/welcome.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<td>
<h1><%= t('mailers.create_organization.head1', lobby_name: @organization.name)%></h1>
<h1><%= t('mailers.create_organization.head1', lobby_name: @organization.fullname)%></h1>
<p><%= t('mailers.create_organization.text1', lobby_reference: @organization.reference) %></p>
<p><%= t('mailers.create_organization.head2')%></p>
<ul>
Expand Down

0 comments on commit d9ef740

Please sign in to comment.