diff options
author | Christoph Wurst <ChristophWurst@users.noreply.github.com> | 2023-09-06 12:47:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-06 12:47:29 +0200 |
commit | f254173a88e5234ffd0efc963782c4a1eb10c0bf (patch) | |
tree | 53759116e7fcd950581a4f55cf5b4406a9da8026 /apps | |
parent | 00c0813ce6209e8910b60b48172743fc13bb1a15 (diff) | |
parent | ebf4aa3312fe2d22e58f790f908d2638d299fa11 (diff) | |
download | nextcloud-server-f254173a88e5234ffd0efc963782c4a1eb10c0bf.tar.gz nextcloud-server-f254173a88e5234ffd0efc963782c4a1eb10c0bf.zip |
Merge pull request #40217 from nextcloud/rakekniven-patch-1
fix(10n): Fixed grammar
Diffstat (limited to 'apps')
-rw-r--r-- | apps/theming/src/components/BackgroundSettings.vue | 2 |
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 } |