diff --git a/src/renderer/src/dialogs/index.tsx b/src/renderer/src/dialogs/index.tsx index 4ccfe04e..e84933ab 100644 --- a/src/renderer/src/dialogs/index.tsx +++ b/src/renderer/src/dialogs/index.tsx @@ -136,7 +136,7 @@ export async function askForFileOpenAction(inputOptions: Record) 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.'), }); }