diff options
author | Robin Houston <robin.houston@gmail.com> | 2011-12-04 22:51:14 +0000 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2011-12-04 22:52:12 +0000 |
commit | fe6d2c7a1609d9088c136762d7d89f7dc01a21ea (patch) | |
tree | 29d1be3c3082d9707d143405cd920f71f0533154 | |
parent | 6bc07fec63a929d5413b33f7bc34e3505e17a090 (diff) |
Fix syntax error
-rw-r--r-- | app/views/user/bad_token.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/user/bad_token.rhtml b/app/views/user/bad_token.rhtml index 443835382..538bc5606 100644 --- a/app/views/user/bad_token.rhtml +++ b/app/views/user/bad_token.rhtml @@ -1,6 +1,6 @@ <h1> <%= _('Please check the URL (i.e. the long code of letters and numbers) is copied -correctly from your email.'%> +correctly from your email.')%> </h1> <p> |