]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(federatedfilesharing): Add aria label to include the `X` in `X (formerly Twitter...
authorFerdinand Thiessen <opensource@fthiessen.de>
Mon, 7 Oct 2024 16:27:23 +0000 (18:27 +0200)
committerFerdinand Thiessen <opensource@fthiessen.de>
Tue, 8 Oct 2024 12:31:21 +0000 (14:31 +0200)
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
apps/federatedfilesharing/src/components/PersonalSettings.vue

index fbabbaa09c726755f08cdc30f1f63707e32f9e30..bec3c9652f7c02238d17e46afb441118b6ed7312 100644 (file)
@@ -29,7 +29,8 @@
                                        <img class="social-button__icon social-button__icon--bright" :src="urlFacebookIcon">
                                </template>
                        </NcButton>
-                       <NcButton @click="goTo(shareXUrl)">
+                       <NcButton :aria-label="t('federatedfilesharing', 'X (formerly Twitter)')"
+                               @click="goTo(shareXUrl)">
                                {{ t('federatedfilesharing', 'formerly Twitter') }}
                                <template #icon>
                                        <img class="social-button__icon" :src="urlXIcon">