1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 00:09:40 +02:00

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

This commit is contained in:
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

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}>