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

fix(10n): Fixed grammar
pull/40293/head
Christoph Wurst 2023-09-06 12:47:29 +07:00 committed by GitHub
commit f254173a88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

@ -271,7 +271,7 @@ export default {
async applyFile(path) {
if (!path || typeof path !== 'string' || path.trim().length === 0 || path === '/') {
console.error('No valid background have been selected', { path })
showError(t('theming', 'No background have been selected'))
showError(t('theming', 'No background has been selected'))
return
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long