diff options
Diffstat (limited to 'app/views/user/confirm.rhtml')
-rw-r--r-- | app/views/user/confirm.rhtml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/user/confirm.rhtml b/app/views/user/confirm.rhtml index bc9b259cc..bdaf5c8e9 100644 --- a/app/views/user/confirm.rhtml +++ b/app/views/user/confirm.rhtml @@ -3,12 +3,12 @@ <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 -continue. +<%= _('We\'ve sent you an email, and you\'ll need to click the link in it before you can +continue.') %> </p> <p class="confirmation_message"> -<small>If you use web-based email or have "junk mail" filters, also check your +<%= _('<small>If you use web-based email or have "junk mail" filters, also check your bulk/spam mail folders. Sometimes, our messages are marked that way.</small> -</p> +</p>') %> |