diff options
author | Vincent Petry <pvince81@owncloud.com> | 2016-09-20 15:49:21 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2016-09-26 10:30:11 +0200 |
commit | f07d146644e1e9321fd47adc80afddf5ff4ef4f4 (patch) | |
tree | 3ba9043241443d2f0a6809f95686bdb9cbce2fe0 /apps/files_sharing | |
parent | 9e91a76b30d9232add8bf2a8fd37572fb21b1207 (diff) | |
download | nextcloud-server-f07d146644e1e9321fd47adc80afddf5ff4ef4f4.tar.gz nextcloud-server-f07d146644e1e9321fd47adc80afddf5ff4ef4f4.zip |
Display "Share" alt text for share action icon (#26158)
Downstreaming of https://github.com/owncloud/core/pull/26158
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/js/share.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/js/share.js b/apps/files_sharing/js/share.js index 07ec5f766a1..5dd75c94fdb 100644 --- a/apps/files_sharing/js/share.js +++ b/apps/files_sharing/js/share.js @@ -141,6 +141,7 @@ fileActions.registerAction({ name: 'Share', displayName: '', + altText: t('core', 'Share'), mime: 'all', permissions: OC.PERMISSION_ALL, iconClass: 'icon-share', |