1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01: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:
Nuno Góis 2022-11-15 11:08:41 +00:00 committed by GitHub
parent 1ddc46011c
commit e32b6ad576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 5 deletions

View File

@ -46,9 +46,12 @@ export const EnvironmentDeleteDialog = ({
}}
>
<Alert severity="error">
<strong>Danger!</strong> Deleting this environment will result
in removing all strategies that are active in this environment
across all feature toggles.
<strong>
Danger! This action is not reversible. Please proceed with
caution.
</strong>{' '}
Deleting this environment will result in removing all strategies
that are active in this environment across all feature toggles.
</Alert>
<EnvironmentTableSingle

View File

@ -37,9 +37,11 @@ export const EnvironmentDeprecateToggleDialog = ({
show={
<Alert severity="info">
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
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>
}
elseShow={