projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78d4944
)
Removed bogus space from translation token. Closes #2389.
author
Tom Hughes
<tom@compton.nu>
Mon, 26 Oct 2009 08:43:28 +0000
(08:43 +0000)
committer
Tom Hughes
<tom@compton.nu>
Mon, 26 Oct 2009 08:43:28 +0000
(08:43 +0000)
app/views/user/confirm_email.html.erb
patch
|
blob
|
history
diff --git
a/app/views/user/confirm_email.html.erb
b/app/views/user/confirm_email.html.erb
index b9bd97fcd7e94491ec8a6804f385a444e8020efc..16e718a4ab4e33886eabcbe4580c012f6f82af84 100644
(file)
--- a/
app/views/user/confirm_email.html.erb
+++ b/
app/views/user/confirm_email.html.erb
@@
-1,6
+1,6
@@
<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">
<input type="hidden" name="confirm_string" value="<%= params[:confirm_string] %>">