1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

fix(ui): rename create from manifest to create from file [BE-11335] (#86)

This commit is contained in:
Malcolm Lockyer 2024-11-05 14:10:08 +13:00 committed by GitHub
parent ca7e4dd66e
commit 3c0d25f3bd
5 changed files with 5 additions and 5 deletions

View file

@ -7,7 +7,7 @@ export function HelmInsightsBox() {
content={
<span>
From 2.20 and on, the Helm menu sidebar option has moved to the{' '}
<strong>Create from manifest screen</strong> - accessed via the button
<strong>Create from file screen</strong> - accessed via the button
above.
</span>
}

View file

@ -18,7 +18,7 @@ export function CreateFromManifestButton({
}}
data-cy={dataCy}
>
Create from manifest
Create from file
</AddButton>
);
}

View file

@ -94,7 +94,7 @@ function HelmDatatableDescription({ isAdmin }: { isAdmin: boolean }) {
) : (
<span>globally-set Helm repo</span>
)}
) and shown in the Create from Manifest screen&apos;s Helm charts list.
) and shown in the Create from file screen&apos;s Helm charts list.
</TextTip>
);
}