mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-27 21:44:21 -04:00
Update to use shorter wording in limited and protected permissions
This commit is contained in:
parent
5f65795e79
commit
8b378d7847
2 changed files with 4 additions and 4 deletions
public/js
|
@ -2289,7 +2289,7 @@ function updatePermission(newPermission) {
|
|||
break;
|
||||
case "limited":
|
||||
label = '<i class="fa fa-id-card"></i> Limited';
|
||||
title = "Signed people can edit & guest can't view"
|
||||
title = "Signed people can edit (forbid guest)"
|
||||
break;
|
||||
case "locked":
|
||||
label = '<i class="fa fa-lock"></i> Locked';
|
||||
|
@ -2297,7 +2297,7 @@ function updatePermission(newPermission) {
|
|||
break;
|
||||
case "protected":
|
||||
label = '<i class="fa fa-umbrella"></i> Protected';
|
||||
title = "Only owner can edit & guest can't view";
|
||||
title = "Only owner can edit (forbid guest)";
|
||||
break;
|
||||
case "private":
|
||||
label = '<i class="fa fa-hand-stop-o"></i> Private';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue