improve disk full message

closes #2677
pull/2734/head
Mikael Finstad 5 months ago
parent 260129b750
commit 2601290e5c
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

@ -136,7 +136,7 @@ export async function askForFileOpenAction(inputOptions: Record<string, string>)
export async function showDiskFull() {
await getSwal().Swal.fire({
icon: 'error',
text: i18n.t('You ran out of space'),
text: i18n.t('The output location has no storage space remaining. Please free up some space and try again.'),
});
}

Loading…
Cancel
Save