mirror of
https://github.com/Unleash/unleash.git
synced 2025-06-04 01:18:20 +02: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}
|
condition={!dialogState.isEnabled}
|
||||||
show={
|
show={
|
||||||
<Typography variant='body2' color='text.secondary'>
|
<Typography variant='body2' color='text.secondary'>
|
||||||
When enabling change request for an environment, you
|
To enable change requests for an environment, you
|
||||||
need to be sure that your Unleash Admin already have
|
need to ensure that your Unleash Admin has created
|
||||||
created the custom project roles in your Unleash
|
the necessary custom project roles in your Unleash
|
||||||
instance so you can assign your project members from
|
instance. This will allow you to assign project
|
||||||
the project access page.
|
members from the project access page.
|
||||||
</Typography>
|
</Typography>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user