Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ import { showError, showSuccess } from '@nextcloud/dialogs'
fileIds,
target,
})
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.'))
} catch (e) {
showError('An error happened when trying to compress the file.')
showError(t('files_zip', 'An error happened when trying to compress the file.'))
}
},

Expand Down