We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d8273f + c1adeaf commit 41744e7Copy full SHA for 41744e7
src/main.js
@@ -50,9 +50,9 @@ import { showError, showSuccess } from '@nextcloud/dialogs'
50
fileIds,
51
target,
52
})
53
- showSuccess('Creating zip archive started. We will notify you as soon as the archive is available.')
+ showSuccess(t('files_zip', 'Creating zip archive started. We will notify you as soon as the archive is available.'))
54
} catch (e) {
55
- showError('An error happened when trying to compress the file.')
+ showError(t('files_zip', 'An error happened when trying to compress the file.'))
56
}
57
},
58
0 commit comments