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:
parent
9a86737caa
commit
ebffc340d9
4 changed files with 4 additions and 4 deletions
|
@ -94,7 +94,7 @@ function HelmDatatableDescription({ isAdmin }: { isAdmin: boolean }) {
|
|||
) : (
|
||||
<span>globally-set Helm repo</span>
|
||||
)}
|
||||
) and shown in the Create from file screen's Helm charts list.
|
||||
) and shown in the Create from code screen's Helm charts list.
|
||||
</TextTip>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue