Update limite icon to fa-id-card

This commit is contained in:
蒼時弦也 2017-01-10 20:22:06 +08:00
parent a9fe43ac3a
commit d6be0cf755
2 changed files with 2 additions and 2 deletions

View file

@ -2288,7 +2288,7 @@ function updatePermission(newPermission) {
title = "Signed people can edit";
break;
case "limited":
label = '<i class="fa fa-exclamation-circle"></i> Limited';
label = '<i class="fa fa-id-card"></i> Limited';
title = "Signed people can edit & guest can't view"
break;
case "private":