diff options
Diffstat (limited to 'app/views/user/bad_token.html.erb')
-rw-r--r-- | app/views/user/bad_token.html.erb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app/views/user/bad_token.html.erb b/app/views/user/bad_token.html.erb new file mode 100644 index 000000000..538bc5606 --- /dev/null +++ b/app/views/user/bad_token.html.erb @@ -0,0 +1,17 @@ +<h1> +<%= _('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 +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.')%> +</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.')%> +</p> + + |