summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-08-14 11:38:50 +0200
committerGitHub <noreply@github.com>2022-08-14 11:38:50 +0200
commitb1e86f39fe7bd63ff6b4c0cf95bb678b563c180b (patch)
treef8b694f1baaa8d5afd137bcaabaa12b432018eeb /apps
parent033bafc0268ba1ad779f95f37924a5fd2f4b8945 (diff)
parentd7e553c63462a568dd794792241f00c5541b5ed1 (diff)
downloadnextcloud-server-b1e86f39fe7bd63ff6b4c0cf95bb678b563c180b.tar.gz
nextcloud-server-b1e86f39fe7bd63ff6b4c0cf95bb678b563c180b.zip
Merge pull request #33519 from nextcloud/rakekniven-patch-2
Diffstat (limited to 'apps')
-rw-r--r--apps/dashboard/src/components/BackgroundSettings.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dashboard/src/components/BackgroundSettings.vue b/apps/dashboard/src/components/BackgroundSettings.vue
index 3fd82768267..101ecaaa742 100644
--- a/apps/dashboard/src/components/BackgroundSettings.vue
+++ b/apps/dashboard/src/components/BackgroundSettings.vue
@@ -32,7 +32,7 @@
tabindex="0"
:class="{ 'icon-loading': loading === 'default', active: background === 'default' }"
@click="setDefault">
- {{ t('dashboard', 'Default images') }}
+ {{ t('dashboard', 'Default image') }}
</button>
<button class="background color"
:class="{ active: background === 'custom' }"