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

l10n: Fixed typo
This commit is contained in:
Simon L 2023-01-10 14:57:23 +01:00 committed by GitHub
commit 65fd24d5ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -45,7 +45,7 @@ export default async function() {
}
} catch (error) {
console.info('Error generating password from password_policy', error)
showError(t('files_sharing', 'Error generating password from password_policy'))
showError(t('files_sharing', 'Error generating password from password policy'))
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long