mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-10 01:16:39 +02:00
fix: update text in environments (#2433)
Updates the text in some places related with the new environments
updates. Hopefully this makes things even clearer 🙂
This commit is contained in:
parent
1ddc46011c
commit
e32b6ad576
@ -46,9 +46,12 @@ export const EnvironmentDeleteDialog = ({
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Alert severity="error">
|
<Alert severity="error">
|
||||||
<strong>Danger!</strong> Deleting this environment will result
|
<strong>
|
||||||
in removing all strategies that are active in this environment
|
Danger! This action is not reversible. Please proceed with
|
||||||
across all feature toggles.
|
caution.
|
||||||
|
</strong>{' '}
|
||||||
|
Deleting this environment will result in removing all strategies
|
||||||
|
that are active in this environment across all feature toggles.
|
||||||
</Alert>
|
</Alert>
|
||||||
|
|
||||||
<EnvironmentTableSingle
|
<EnvironmentTableSingle
|
||||||
|
@ -37,9 +37,11 @@ export const EnvironmentDeprecateToggleDialog = ({
|
|||||||
show={
|
show={
|
||||||
<Alert severity="info">
|
<Alert severity="info">
|
||||||
Deprecating an environment will mark it as deprecated.
|
Deprecating an environment will mark it as deprecated.
|
||||||
Deprecated environments are not set as visible by
|
Deprecated environments are set as not visible by
|
||||||
default for new projects. Project owners are still able
|
default for new projects. Project owners are still able
|
||||||
to override this setting in the project.
|
to override this setting in the project. This
|
||||||
|
environment will still be visible in any current
|
||||||
|
projects.
|
||||||
</Alert>
|
</Alert>
|
||||||
}
|
}
|
||||||
elseShow={
|
elseShow={
|
||||||
|
Loading…
Reference in New Issue
Block a user