Merge pull request #19799 from nextcloud/rakekniven-patch-1

l10n: Fixed typo
This commit is contained in:
Roeland Jago Douma 2020-03-09 12:14:14 +01:00 committed by GitHub
commit ac03f54079
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -216,7 +216,7 @@ export default {
logger.error('Could not send ownership transfer request', { error })
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 {
this.submitError = error.message || t('files', 'Unknown error')
}