summaryrefslogtreecommitdiffstats
path: root/template/en/default/global
diff options
context:
space:
mode:
authorMark Côté <mcote@mozilla.com>2015-06-15 08:28:28 +0200
committerByron Jones <glob@mozilla.com>2015-06-15 08:28:28 +0200
commita46479d0c8736db551c003024d0337bd4a68fcab (patch)
tree2aa1e342205cc9424643f258dbd1364529e79e1d /template/en/default/global
parentaff954b93e8f47628c3910c0765f1749511affa7 (diff)
downloadbugzilla-a46479d0c8736db551c003024d0337bd4a68fcab.tar.gz
bugzilla-a46479d0c8736db551c003024d0337bd4a68fcab.tar.xz
Bug 1169312: Missing space in expired-token error
Diffstat (limited to 'template/en/default/global')
-rw-r--r--template/en/default/global/user-error.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index 8c7958649..ae2743c91 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -279,7 +279,7 @@
[% ELSIF error == "auth_invalid_token" %]
[% title = 'A token error occurred' %]
The token is not valid. It could be because you loaded this page more than
- [% constants.MAX_TOKEN_AGE FILTER html %] days ago.
+ [%= constants.MAX_TOKEN_AGE FILTER html %] days ago.
[% ELSIF error == "attachment_deletion_disabled" %]
[% title = "Attachment Deletion Disabled" %]