aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/src
diff options
context:
space:
mode:
authorrakekniven <2069590+rakekniven@users.noreply.github.com>2023-09-03 00:53:09 +0200
committernextcloud-command <nextcloud-command@users.noreply.github.com>2023-09-04 08:19:16 +0000
commitebf4aa3312fe2d22e58f790f908d2638d299fa11 (patch)
tree5e914fad6510f08f396b061660a25bc2b0fb45c1 /apps/theming/src
parent391bbbc14dec4ab0a49a4cb9bb7e6e7f1a964515 (diff)
downloadnextcloud-server-ebf4aa3312fe2d22e58f790f908d2638d299fa11.tar.gz
nextcloud-server-ebf4aa3312fe2d22e58f790f908d2638d299fa11.zip
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>
Diffstat (limited to 'apps/theming/src')
-rw-r--r--apps/theming/src/components/BackgroundSettings.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/src/components/BackgroundSettings.vue b/apps/theming/src/components/BackgroundSettings.vue
index 68e94b34848..bd7e694cee0 100644
--- a/apps/theming/src/components/BackgroundSettings.vue
+++ b/apps/theming/src/components/BackgroundSettings.vue
@@ -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
}