diff options
Diffstat (limited to 'app/views/user/signchangeemail_confirm.rhtml')
-rw-r--r-- | app/views/user/signchangeemail_confirm.rhtml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/views/user/signchangeemail_confirm.rhtml b/app/views/user/signchangeemail_confirm.rhtml index 96acbf424..bfedbac2d 100644 --- a/app/views/user/signchangeemail_confirm.rhtml +++ b/app/views/user/signchangeemail_confirm.rhtml @@ -1,14 +1,14 @@ <% @title = h("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 an email to your new email address. You'll need to click the link in -it before your email address will be changed. + <%= _('We\'ve sent an email to your new email address. You\'ll need to click the link in +it before your email address will be changed.')%> </p> <p class="confirmation_message"> -<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> +<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> |