fix(wizard): use 'New Environments' title EE-3329 (#7034)

pull/7065/head
Ali 2022-06-08 16:35:58 +12:00 committed by GitHub
parent eb547162e9
commit 60eab3e263
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ export function WizardEndpointsList({ environmentIds }: Props) {
return (
<Widget>
<WidgetTitle icon="fa-plug" title="Connected Environments" />
<WidgetTitle icon="fa-plug" title="New Environments" />
<WidgetBody>
{environments.map((environment) => (
<div className={styles.wizardListWrapper} key={environment.Id}>