Fix translations
This commit is contained in:
parent
8d8bce3207
commit
507a8dfaea
3 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<h1><%= _("Open vote") %></h1>
|
||||
|
||||
<p><%= _("Closing date: %{date}" % { date: format_date_and_time(@expire_on) }) %></p>
|
||||
<p><%= _("Closing date: %{date}") % { date: format_date_and_time(@expire_on) } %></p>
|
||||
|
||||
<p><%= _("The vote will automatically close on that date and the results will
|
||||
be sent to all users by email.") %></p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue