From 76092a8d970785a5173869b3335baa2f978f72ff Mon Sep 17 00:00:00 2001 From: Ben Rometsch Date: Mon, 16 Aug 2021 12:15:21 +0100 Subject: [PATCH] Better copy for Env permissions --- frontend/web/components/EditPermissions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/web/components/EditPermissions.js b/frontend/web/components/EditPermissions.js index 752c6467fe8f..84138a3e2470 100644 --- a/frontend/web/components/EditPermissions.js +++ b/frontend/web/components/EditPermissions.js @@ -103,7 +103,7 @@ class _EditPermissionsModal extends Component {
{ - hasRbacPermission ? 'This will grant all of the following permissions.' + hasRbacPermission ? 'Full View and Write permissions for the given environment.' : 'Please upgrade your account to enable role based access.' }