diff --git a/apps/theming/src/components/UserSectionBackground.vue b/apps/theming/src/components/UserSectionBackground.vue index c99997c554a62..c443065ccc6b6 100644 --- a/apps/theming/src/components/UserSectionBackground.vue +++ b/apps/theming/src/components/UserSectionBackground.vue @@ -229,7 +229,6 @@ async function pickFile() { v-for="shippedBackground in shippedBackgrounds" :key="shippedBackground.name" :title="shippedBackground.details.attribution" - :aria-label="shippedBackground.details.description" :aria-pressed="currentBackgroundImage === shippedBackground.name" class="button-vue" :class="$style.backgroundSelect__entry" @@ -242,6 +241,9 @@ async function pickFile() { v-if="currentBackgroundImage === shippedBackground.name" :class="$style.backgroundSelect__entryIcon" :path="mdiCheck" /> + + {{ shippedBackground.details.description }} +