From a0ac148829b7147d27cd4f654bbb90f6ddedce0d Mon Sep 17 00:00:00 2001 From: Alvin Bryan <107407814+alvinometric@users.noreply.github.com> Date: Thu, 7 Mar 2024 17:19:30 +0000 Subject: [PATCH] Typo fix in ChangeRequestTable.tsx (#6465) There was a typo in the original message, it said "Unleash Admin already have" (either "admins already have," or "admin already has.") Fixed it and improved the wording a little bit. --- .../ChangeRequestConfiguration/ChangeRequestTable.tsx | 10 +++++----- 1 file changed, 5 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 1322212047..2667b8d7fc 100644 --- a/frontend/src/component/project/Project/ProjectSettings/ChangeRequestConfiguration/ChangeRequestTable.tsx +++ b/frontend/src/component/project/Project/ProjectSettings/ChangeRequestConfiguration/ChangeRequestTable.tsx @@ -306,11 +306,11 @@ 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. } />