changed from expired to errored

This commit is contained in:
Abhinav Adduri 2017-07-25 11:28:33 -07:00
parent 57e0d17cbc
commit 8f66db2295
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ $(document).ready(function() {
if (err.message === 'notfound') {
location.reload();
} else {
document.l10n.formatValue('expiredPageHeader').then(translated => {
document.l10n.formatValue('errorPageHeader').then(translated => {
$('.title').text(translated);
});
$('#download-btn').attr('hidden', true);