diff options
author | Wu Cheng-Han | 2015-09-25 18:38:38 +0800 |
---|---|---|
committer | Wu Cheng-Han | 2015-09-25 18:38:38 +0800 |
commit | 4b81ee9104f812ad9009fae6a4b527bc291b90e1 (patch) | |
tree | 387ac09e3d8cf91ee4817717a6b8f18ddaed39eb /public/js | |
parent | c900703d759758bc7844b0b709dc96b0226856e7 (diff) |
Changed permission Editable icon to prevent misunderstanding
Diffstat (limited to 'public/js')
-rw-r--r-- | public/js/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/js/index.js b/public/js/index.js index fca95828..4892073a 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -969,7 +969,7 @@ function updatePermission(newPermission) { title = "Anyone can edit"; break; case "editable": - label = '<i class="fa fa-pencil"></i> Editable'; + label = '<i class="fa fa-shield"></i> Editable'; title = "Signed people can edit"; break; case "locked": |