diff options
author | David Cabo <david@calibea.com> | 2012-03-21 00:45:32 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-05-08 13:39:06 +0100 |
commit | 72e4db845154012dc2e5b18762942be2905cc899 (patch) | |
tree | 46b0d470e19d5e0d7c9c0fe74de00c67aa094e32 | |
parent | 28aaad29a3b0ffc62aa4fe9130da7fe3cd7a9188 (diff) |
I18n heading on user sign up confirmation page
-rw-r--r-- | app/views/user/confirm.rhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/user/confirm.rhtml b/app/views/user/confirm.rhtml index bdaf5c8e9..bc70a1f36 100644 --- a/app/views/user/confirm.rhtml +++ b/app/views/user/confirm.rhtml @@ -1,6 +1,6 @@ -<% @title = h("Now check your email!") %> +<% @title = _("Now check your email!") %> -<h1 class="confirmation_heading">Now check your email!</h1> +<h1 class="confirmation_heading"><%= _("Now check your email!") %></h1> <p class="confirmation_message"> <%= _('We\'ve sent you an email, and you\'ll need to click the link in it before you can |