Переглянути джерело

[metastore] Rename readonly permissions

Romain Rigaux 12 роки тому
батько
коміт
76dd7f8
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      apps/metastore/src/metastore/settings.py

+ 1 - 1
apps/metastore/src/metastore/settings.py

@@ -24,5 +24,5 @@ MENU_INDEX = 20
 IS_URL_NAMESPACED = True
 
 PERMISSION_ACTIONS = (
-  ("read_only_access", "Means you are readonly, no DDL. Need the app access too."),
+  ("read_only_access", "read_only_access: No DDL permitted, need the app access too."),
 )