fix(10n): Fixed grammar

Reported at Transifex

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
pull/40217/head
rakekniven 2023-09-03 00:53:09 +07:00 committed by nextcloud-command
parent 391bbbc14d
commit ebf4aa3312
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