summaryrefslogtreecommitdiff
path: root/plugins/share
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-05 22:33:09 +0300
committerAndrew Dolgov <[email protected]>2018-12-05 22:33:09 +0300
commit94bc24ff31e22323d7d50243a1dd18d90a66cbc7 (patch)
treef09b255ae577e3e2b42eb298c98b79de67d023a2 /plugins/share
parent37205321d973ef89716456bfec78a99ee26de346 (diff)
share by url stuff: use link icon instead of share
Diffstat (limited to 'plugins/share')
-rw-r--r--plugins/share/init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/share/init.php b/plugins/share/init.php
index d71986e83..d80a51a6e 100644
--- a/plugins/share/init.php
+++ b/plugins/share/init.php
@@ -80,7 +80,7 @@ class Share extends Plugin {
return "<i id='SHARE-IMG-".$line['int_id']."' class='material-icons icon-share $img_class'
style='cursor : pointer' onclick=\"Plugins.Share.shareArticle(".$line['int_id'].")\"
- title='".__('Share by URL')."'>share</i>";
+ title='".__('Share by URL')."'>link</i>";
}
function shareArticle() {