Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorrakekniven <2069590+rakekniven@users.noreply.github.com>2022-08-12 15:03:54 +0300
committernextcloud-command <nextcloud-command@users.noreply.github.com>2022-08-14 11:29:01 +0300
commitd7e553c63462a568dd794792241f00c5541b5ed1 (patch)
treef8b694f1baaa8d5afd137bcaabaa12b432018eeb /apps
parent033bafc0268ba1ad779f95f37924a5fd2f4b8945 (diff)
l10n: Changed plural to singular
Here you can select the default theme image, not images. Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> 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')
-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' }"