Browse Source

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>
pull/33519/head
rakekniven 3 years ago
committed by nextcloud-command
parent
commit
d7e553c634
  1. 2
      apps/dashboard/src/components/BackgroundSettings.vue
  2. 4
      dist/dashboard-main.js
  3. 2
      dist/dashboard-main.js.map

2
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' }"

4
dist/dashboard-main.js
File diff suppressed because it is too large
View File

2
dist/dashboard-main.js.map
File diff suppressed because it is too large
View File

Loading…
Cancel
Save