diff options
author | Vincent Petry <vincent@nextcloud.com> | 2022-07-22 11:58:08 +0200 |
---|---|---|
committer | Vincent Petry <vincent@nextcloud.com> | 2022-07-26 23:03:38 +0200 |
commit | 4a8cbb82fd0844f51bf21da13de5b1af03b74a93 (patch) | |
tree | d30aece5acd2e5b25b5937c0a6650282b318b208 /apps/files_sharing/src/components/SharingEntryInternal.vue | |
parent | ac4e60e6f43125dc2adc2545ba426d74a62b9ed0 (diff) | |
download | nextcloud-server-4a8cbb82fd0844f51bf21da13de5b1af03b74a93.tar.gz nextcloud-server-4a8cbb82fd0844f51bf21da13de5b1af03b74a93.zip |
Accessible names for share panel buttons
Added aria-label for the buttons on the share panel.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps/files_sharing/src/components/SharingEntryInternal.vue')
-rw-r--r-- | apps/files_sharing/src/components/SharingEntryInternal.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/src/components/SharingEntryInternal.vue b/apps/files_sharing/src/components/SharingEntryInternal.vue index 1f28ced9274..c2dbc5a4edc 100644 --- a/apps/files_sharing/src/components/SharingEntryInternal.vue +++ b/apps/files_sharing/src/components/SharingEntryInternal.vue @@ -10,6 +10,7 @@ <ActionLink ref="copyButton" :href="internalLink" + :aria-label="t('files_sharing', 'Copy internal link to clipboard')" target="_blank" :icon="copied && copySuccess ? 'icon-checkmark-color' : 'icon-clippy'" @click.prevent="copyLink"> |