1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-20 00:41:29 +00:00

article note format updates

This commit is contained in:
Andrew Dolgov
2018-12-06 20:55:51 +03:00
parent 75666ac7ab
commit 4cbc62d2a5
8 changed files with 36 additions and 19 deletions

View File

@@ -23,7 +23,7 @@ class Note extends Plugin {
function hook_article_button($line) {
return "<i class='material-icons' onclick=\"Plugins.Note.edit(".$line["id"].")\"
style='cursor : pointer' title='".__('Edit article note')."'>note_add</i>";
style='cursor : pointer' title='".__('Edit article note')."'>note</i>";
}
function edit() {