1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 13:29:41 +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

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