Explorar el Código

[metastore] Rename readonly permissions

Romain Rigaux hace 12 años
padre
commit
76dd7f8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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."),
 )