diff options
author | rakekniven <2069590+rakekniven@users.noreply.github.com> | 2022-08-12 14:03:54 +0200 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-08-14 08:29:01 +0000 |
commit | d7e553c63462a568dd794792241f00c5541b5ed1 (patch) | |
tree | f8b694f1baaa8d5afd137bcaabaa12b432018eeb /apps | |
parent | 033bafc0268ba1ad779f95f37924a5fd2f4b8945 (diff) | |
download | nextcloud-server-d7e553c63462a568dd794792241f00c5541b5ed1.tar.gz nextcloud-server-d7e553c63462a568dd794792241f00c5541b5ed1.zip |
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.vue | 2 |
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' }" |