diff options
author | Mark Côté <mcote@mozilla.com> | 2015-06-15 08:28:28 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-06-15 08:28:28 +0200 |
commit | a46479d0c8736db551c003024d0337bd4a68fcab (patch) | |
tree | 2aa1e342205cc9424643f258dbd1364529e79e1d /template | |
parent | aff954b93e8f47628c3910c0765f1749511affa7 (diff) | |
download | bugzilla-a46479d0c8736db551c003024d0337bd4a68fcab.tar.gz bugzilla-a46479d0c8736db551c003024d0337bd4a68fcab.tar.xz |
Bug 1169312: Missing space in expired-token error
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 2 |
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" %] |