mirror of
https://github.com/portainer/portainer.git
synced 2025-08-03 04:45:21 +02:00
update wording, docker-compose to docker compose (#7233)
This commit is contained in:
parent
0da4e3ae63
commit
3d4d2b50ae
9 changed files with 14 additions and 14 deletions
|
@ -8,7 +8,7 @@
|
|||
on-change="($ctrl.onChangeFileContent)"
|
||||
ng-required="true"
|
||||
yml="true"
|
||||
placeholder="# Define or paste the content of your docker-compose file here"
|
||||
placeholder="# Define or paste the content of your docker compose file here"
|
||||
>
|
||||
<editor-description>
|
||||
You can get more information about Compose file format in the
|
||||
|
@ -55,7 +55,7 @@
|
|||
value="$ctrl.formValues.StackFileContent"
|
||||
on-change="($ctrl.onChangeFileContent)"
|
||||
yml="true"
|
||||
placeholder="# Define or paste the content of your docker-compose file here"
|
||||
placeholder="# Define or paste the content of your docker compose file here"
|
||||
ng-required="true"
|
||||
>
|
||||
</web-editor-form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue