Skip to content

Commit 7fcd355

Browse files
authored
l10n: Changed plural to singular
Here you can select the default theme image, not images. Reported at Transifex. Signed-off-by: rakekniven <[email protected]> Signed-off-by: rakekniven <[email protected]>
1 parent 478690b commit 7fcd355

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/dashboard/src/components/BackgroundSettings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
tabindex="0"
3333
:class="{ 'icon-loading': loading === 'default', active: background === 'default' }"
3434
@click="setDefault">
35-
{{ t('dashboard', 'Default images') }}
35+
{{ t('dashboard', 'Default image') }}
3636
</button>
3737
<button class="background color"
3838
:class="{ active: background === 'custom' }"

0 commit comments

Comments
 (0)