1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

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.
This commit is contained in:
Alvin Bryan 2024-03-07 17:19:30 +00:00 committed by GitHub
parent 26d7065dc3
commit a0ac148829
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -306,11 +306,11 @@ export const ChangeRequestTable: VFC = () => {
condition={!dialogState.isEnabled}
show={
<Typography variant='body2' color='text.secondary'>
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.
</Typography>
}
/>