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:
parent
9a86737caa
commit
ebffc340d9
4 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue