From 0ca491981908f535e0ec336df6096bad1094edfe Mon Sep 17 00:00:00 2001 From: Alvin Bryan <107407814+alvinometric@users.noreply.github.com> Date: Thu, 7 Mar 2024 13:27:51 +0000 Subject: [PATCH 1/2] Typo fix in ChangeRequestTable.tsx --- .../ChangeRequestConfiguration/ChangeRequestTable.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/frontend/src/component/project/Project/ProjectSettings/ChangeRequestConfiguration/ChangeRequestTable.tsx b/frontend/src/component/project/Project/ProjectSettings/ChangeRequestConfiguration/ChangeRequestTable.tsx index 132221204772..2c1885156aab 100644 --- a/frontend/src/component/project/Project/ProjectSettings/ChangeRequestConfiguration/ChangeRequestTable.tsx +++ b/frontend/src/component/project/Project/ProjectSettings/ChangeRequestConfiguration/ChangeRequestTable.tsx @@ -306,11 +306,8 @@ export const ChangeRequestTable: VFC = () => { condition={!dialogState.isEnabled} show={ - When enabling change request for an environment, you - need to be sure that your Unleash Admin already have - created the custom project roles in your Unleash - instance so you can assign your project members from - the project access page. + To enable change requests for an environment, you need to ensure that your Unleash Admin has created the necessary custom project roles in your Unleash instance. + This will allow you to assign project members from the project access page. } /> From b37190d9ee185490676935decf4fb712c29506a8 Mon Sep 17 00:00:00 2001 From: Alvin Bryan Date: Thu, 7 Mar 2024 13:42:22 +0000 Subject: [PATCH 2/2] =?UTF-8?q?format=20=F0=9F=98=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ChangeRequestConfiguration/ChangeRequestTable.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/frontend/src/component/project/Project/ProjectSettings/ChangeRequestConfiguration/ChangeRequestTable.tsx b/frontend/src/component/project/Project/ProjectSettings/ChangeRequestConfiguration/ChangeRequestTable.tsx index 2c1885156aab..2667b8d7fcdf 100644 --- a/frontend/src/component/project/Project/ProjectSettings/ChangeRequestConfiguration/ChangeRequestTable.tsx +++ b/frontend/src/component/project/Project/ProjectSettings/ChangeRequestConfiguration/ChangeRequestTable.tsx @@ -306,8 +306,11 @@ export const ChangeRequestTable: VFC = () => { condition={!dialogState.isEnabled} show={ - To enable change requests for an environment, you need to ensure that your Unleash Admin has created the necessary custom project roles in your Unleash instance. - This will allow you to assign project members from the project access page. + To enable change requests for an environment, you + need to ensure that your Unleash Admin has created + the necessary custom project roles in your Unleash + instance. This will allow you to assign project + members from the project access page. } />