changed from expired to errored
This commit is contained in:
parent
57e0d17cbc
commit
8f66db2295
@ -147,7 +147,7 @@ $(document).ready(function() {
|
|||||||
if (err.message === 'notfound') {
|
if (err.message === 'notfound') {
|
||||||
location.reload();
|
location.reload();
|
||||||
} else {
|
} else {
|
||||||
document.l10n.formatValue('expiredPageHeader').then(translated => {
|
document.l10n.formatValue('errorPageHeader').then(translated => {
|
||||||
$('.title').text(translated);
|
$('.title').text(translated);
|
||||||
});
|
});
|
||||||
$('#download-btn').attr('hidden', true);
|
$('#download-btn').attr('hidden', true);
|
||||||
|
Loading…
Reference in New Issue
Block a user