]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(settings): Remove aria-label on scope actions
authorChristopher Ng <chrng8@gmail.com>
Mon, 23 Oct 2023 22:53:30 +0000 (15:53 -0700)
committerChristopher Ng <chrng8@gmail.com>
Mon, 23 Oct 2023 22:53:30 +0000 (15:53 -0700)
Signed-off-by: Christopher Ng <chrng8@gmail.com>
apps/settings/src/components/PersonalInfo/shared/FederationControl.vue
apps/settings/src/components/PersonalInfo/shared/FederationControlAction.vue

index 37f50792f978880ba635a3868c0e988fa3ab28aa..e02cbb7db01fc44c7ef5cea7143b85954d38b5c2 100644 (file)
@@ -34,8 +34,7 @@
                        :is-supported-scope="supportedScopes.includes(federationScope.name)"
                        :name="federationScope.name"
                        :tooltip-disabled="federationScope.tooltipDisabled"
-                       :tooltip="federationScope.tooltip"
-                       :aria-label="federationScope.tooltip" />
+                       :tooltip="federationScope.tooltip" />
        </NcActions>
 </template>
 
index 60fc6a6f639187bd1ab0d0170d6291b56ae79f13..0bd5c3ed1da11556e3729e74e7bdfede4f03f836 100644 (file)
@@ -21,8 +21,7 @@
 -->
 
 <template>
-       <NcActionButton :aria-label="isSupportedScope ? tooltip : tooltipDisabled"
-               class="federation-actions__btn"
+       <NcActionButton class="federation-actions__btn"
                :class="{ 'federation-actions__btn--active': activeScope === name }"
                :close-after-click="true"
                :disabled="!isSupportedScope"