Removed bogus space from translation token. Closes #2389.
This commit is contained in:
parent
78d4944caa
commit
59a1543ad0
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<h1><%= t 'user.confirm_email.heading' %></h1>
|
<h1><%= t 'user.confirm_email.heading' %></h1>
|
||||||
|
|
||||||
<p><%= t 'user.confirm_email. press confirm button' %></p>
|
<p><%= t 'user.confirm_email.press confirm button' %></p>
|
||||||
|
|
||||||
<form method="post">
|
<form method="post">
|
||||||
<input type="hidden" name="confirm_string" value="<%= params[:confirm_string] %>">
|
<input type="hidden" name="confirm_string" value="<%= params[:confirm_string] %>">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue