Explorar o código

[metastore] Rename readonly permissions

Romain Rigaux %!s(int64=12) %!d(string=hai) anos
pai
achega
76dd7f8
Modificáronse 1 ficheiros con 1 adicións e 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."),
 )