aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/src
diff options
context:
space:
mode:
authorSimon L <szaimen@e.mail.de>2023-11-03 10:04:04 +0100
committernextcloud-command <nextcloud-command@users.noreply.github.com>2023-11-03 14:23:39 +0000
commitbb6c241760c257f7c8693942cc21c3bf64591b37 (patch)
tree7db5e452a2a37318559471ebfebe01c0c2f9b67a /apps/theming/src
parent50de7553b582744c7376ca5c7bcff0ba47c1e6b3 (diff)
downloadnextcloud-server-bb6c241760c257f7c8693942cc21c3bf64591b37.tar.gz
nextcloud-server-bb6c241760c257f7c8693942cc21c3bf64591b37.zip
add descriptions for background pictures
Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps/theming/src')
-rw-r--r--apps/theming/src/components/BackgroundSettings.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/src/components/BackgroundSettings.vue b/apps/theming/src/components/BackgroundSettings.vue
index f7dfefad017..0a8c49be45e 100644
--- a/apps/theming/src/components/BackgroundSettings.vue
+++ b/apps/theming/src/components/BackgroundSettings.vue
@@ -87,7 +87,7 @@
<button v-for="shippedBackground in shippedBackgrounds"
:key="shippedBackground.name"
:title="shippedBackground.details.attribution"
- :aria-label="shippedBackground.details.attribution"
+ :aria-label="shippedBackground.details.description"
:aria-pressed="backgroundImage === shippedBackground.name"
:class="{
'background background__shipped': true,