1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 15:29:42 +02:00

fix(k8s): Changed 'Deploy from file' button text to 'Deploy from code' (#338)

This commit is contained in:
James Player 2025-01-23 16:47:52 +13:00 committed by GitHub
parent 9a86737caa
commit ebffc340d9
4 changed files with 4 additions and 4 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 file screen</strong> - accessed via the button
<strong>Create from code screen</strong> - accessed via the button
above.
</span>
}