diff --git a/public/js/index.js b/public/js/index.js index 057ddd9d..91dc8f0d 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -2288,7 +2288,7 @@ function updatePermission(newPermission) { title = "Signed people can edit"; break; case "limited": - label = ' Limited'; + label = ' Limited'; title = "Signed people can edit & guest can't view" break; case "private": diff --git a/public/views/body.ejs b/public/views/body.ejs index 6500e607..86469ce9 100644 --- a/public/views/body.ejs +++ b/public/views/body.ejs @@ -17,7 +17,7 @@