Skip to content
Snippets Groups Projects
Commit 43f74894 authored by rakekniven's avatar rakekniven Committed by npmbuildbot[bot]
Browse files
parent 4a019ab0
No related branches found
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
...@@ -216,7 +216,7 @@ export default { ...@@ -216,7 +216,7 @@ export default {
logger.error('Could not send ownership transfer request', { error }) logger.error('Could not send ownership transfer request', { error })
if (error?.response?.status === 403) { if (error?.response?.status === 403) {
this.submitError = t('files', 'Cannot transfter ownership of a file or folder you don\'t own') this.submitError = t('files', 'Cannot transfer ownership of a file or folder you don\'t own')
} else { } else {
this.submitError = error.message || t('files', 'Unknown error') this.submitError = error.message || t('files', 'Unknown error')
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment