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