mirror of
https://gitlab.com/timvisee/send.git
synced 2024-11-10 21:22:35 +01:00
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') {
|
||||
location.reload();
|
||||
} else {
|
||||
document.l10n.formatValue('expiredPageHeader').then(translated => {
|
||||
document.l10n.formatValue('errorPageHeader').then(translated => {
|
||||
$('.title').text(translated);
|
||||
});
|
||||
$('#download-btn').attr('hidden', true);
|
||||
|
Loading…
Reference in New Issue
Block a user