diff options
author | Vincent Petry <vincent@nextcloud.com> | 2022-09-27 15:18:58 +0200 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-09-27 14:05:46 +0000 |
commit | 42bc63f1a05c726d6d2c99adb473bdbd03184a2b (patch) | |
tree | b7184a6639f2b1ea24373cd85eb010acb5205a4b /apps/files_sharing | |
parent | 64a4abf472f6e8c7c674c62601b21089d4580553 (diff) | |
download | nextcloud-server-42bc63f1a05c726d6d2c99adb473bdbd03184a2b.tar.gz nextcloud-server-42bc63f1a05c726d6d2c99adb473bdbd03184a2b.zip |
Update apps/files_sharing/src/components/SharingEntryInternal.vue
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
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')
-rw-r--r-- | apps/files_sharing/src/components/SharingEntryInternal.vue | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files_sharing/src/components/SharingEntryInternal.vue b/apps/files_sharing/src/components/SharingEntryInternal.vue index 57bafa13c46..03a1ba87b71 100644 --- a/apps/files_sharing/src/components/SharingEntryInternal.vue +++ b/apps/files_sharing/src/components/SharingEntryInternal.vue @@ -9,8 +9,7 @@ <div class="avatar-external icon-external-white" /> </template> - <NcActionLink - :href="internalLink" + <NcActionLink :href="internalLink" :aria-label="t('files_sharing', 'Copy internal link to clipboard')" target="_blank" :icon="copied && copySuccess ? 'icon-checkmark-color' : 'icon-clippy'" |