diff options
Diffstat (limited to 'app/views/user/bad_token.rhtml')
-rw-r--r-- | app/views/user/bad_token.rhtml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app/views/user/bad_token.rhtml b/app/views/user/bad_token.rhtml index 9855fb546..443835382 100644 --- a/app/views/user/bad_token.rhtml +++ b/app/views/user/bad_token.rhtml @@ -1,17 +1,17 @@ <h1> -Please check the URL (i.e. the long code of letters and numbers) is copied -correctly from your email. +<%= _('Please check the URL (i.e. the long code of letters and numbers) is copied +correctly from your email.'%> </h1> <p> -If you can't click on it in the email, you'll have to <strong>select and copy +<%= _('If you can\'t click on it in the email, you\'ll have to <strong>select and copy it</strong> from the email. Then <strong>paste it into your browser</strong>, into the place -you would type the address of any other webpage. +you would type the address of any other webpage.')%> </p> <p> -If you got the email <strong>more than six months ago</strong>, then this login link won't work any -more. Please try doing what you were doing from the beginning. +<%= _('If you got the email <strong>more than six months ago</strong>, then this login link won\'t work any +more. Please try doing what you were doing from the beginning.')%> </p> |