Przeglądaj źródła

Merge remote-tracking branch 'origin/master' into inprv/better-input-on-mobile

# Conflicts:
#	app.json
Yuki Takei 8 lat temu
rodzic
commit
3ed8502246
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      lib/models/page.js

+ 1 - 1
lib/models/page.js

@@ -344,7 +344,7 @@ module.exports = function(crowi) {
     grantLabels[GRANT_PUBLIC]     = 'Public'; // 公開
     grantLabels[GRANT_RESTRICTED] = 'Anyone with the link'; // リンクを知っている人のみ
     //grantLabels[GRANT_SPECIFIED]  = 'Specified users only'; // 特定ユーザーのみ
-    // grantLabels[GRANT_USER_GROUP] = 'Only inside the group'; // 特定グループのみ
+    grantLabels[GRANT_USER_GROUP] = 'Only inside the group'; // 特定グループのみ
     grantLabels[GRANT_OWNER]      = 'Just me'; // 自分のみ
 
     return grantLabels;