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:
parent
26d7065dc3
commit
a0ac148829
@ -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>
|
||||
}
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user