1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-08 23:35:31 +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

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