From c43d84f14b86ec96f469c549ecebc5b0931274fa Mon Sep 17 00:00:00 2001 From: jinapurapu <65002498+jinapurapu@users.noreply.github.com> Date: Tue, 3 May 2022 21:07:58 -0700 Subject: [PATCH] Added clarifying text to AddGroupHelpBox (#1950) --- portal-ui/src/screens/Console/Groups/AddGroupHelpBox.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/portal-ui/src/screens/Console/Groups/AddGroupHelpBox.tsx b/portal-ui/src/screens/Console/Groups/AddGroupHelpBox.tsx index f72395c6c..6fed8b17c 100644 --- a/portal-ui/src/screens/Console/Groups/AddGroupHelpBox.tsx +++ b/portal-ui/src/screens/Console/Groups/AddGroupHelpBox.tsx @@ -99,10 +99,16 @@ const AddGroupHelpBox = () => { }} > } description={`Add Users to Group`} /> + + Select from the list of displayed users to assign users to the new group at creation. These users inherit the policies assigned to the group. + } description={`Assign Custom IAM Policies for Group`} /> + + You can add policies to the group by selecting it from the Groups view after creation. The Policy view lets you manage the assigned policies for the group. + );