aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src/components/SharingEntryLink.vue
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2022-07-27 14:31:48 +0200
committerGitHub <noreply@github.com>2022-07-27 14:31:48 +0200
commit3e9c52ae5f640e40f26beec76c26272cf7fb1387 (patch)
treec1aab60ef7066f1d75ac500807a63b764ec1bb9d /apps/files_sharing/src/components/SharingEntryLink.vue
parentfc276ba42f2c4a27e6ee33b6ec3ed427b4f01f75 (diff)
parent4a8cbb82fd0844f51bf21da13de5b1af03b74a93 (diff)
downloadnextcloud-server-3e9c52ae5f640e40f26beec76c26272cf7fb1387.tar.gz
nextcloud-server-3e9c52ae5f640e40f26beec76c26272cf7fb1387.zip
Merge pull request #33316 from nextcloud/bugfix/noid/aria-label-share-link-buttons
Accessible names for share panel buttons
Diffstat (limited to 'apps/files_sharing/src/components/SharingEntryLink.vue')
-rw-r--r--apps/files_sharing/src/components/SharingEntryLink.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/src/components/SharingEntryLink.vue b/apps/files_sharing/src/components/SharingEntryLink.vue
index a8cd09a9a9f..672b32c1cd1 100644
--- a/apps/files_sharing/src/components/SharingEntryLink.vue
+++ b/apps/files_sharing/src/components/SharingEntryLink.vue
@@ -40,6 +40,7 @@
class="sharing-entry__copy">
<ActionLink :href="shareLink"
target="_blank"
+ :aria-label="t('files_sharing', 'Copy public link to clipboard')"
:icon="copied && copySuccess ? 'icon-checkmark-color' : 'icon-clippy'"
@click.stop.prevent="copyLink">
{{ clipboardTooltip }}