diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-03-11 18:56:42 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-03-11 18:56:53 +0000 |
commit | 70af1431f859dd1c7b3082dae2d1b4389b1467bc (patch) | |
tree | 81d140933422bfe6868540434ad022c40befaa88 /templates | |
parent | 164fbf2228f8d702fb766fc17e95f8db26f498bd (diff) |
Couple of rare missing strings.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/default/auth/token.html | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/templates/web/default/auth/token.html b/templates/web/default/auth/token.html index 5fa69ab21..361d4fbd5 100644 --- a/templates/web/default/auth/token.html +++ b/templates/web/default/auth/token.html @@ -4,13 +4,10 @@ <h1>[% loc('Error') %]</h1> -<p>We have not been able to confirm your account - sorry. This may be because:</p> - -<ul> - <li>Link too old or already used</li> - <li>URL not copied correctly</li> - [%# FIXME - add more reasons here %] -</ul> +<p> + [% loc('We have not been able to confirm your account - sorry.') %] + [% loc('This may be because the link is too old or already used, or the address was not copied correctly.') %] +</p> [% ELSE %] |