1
0
Fork 0
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:
Matt Hook 2022-07-14 10:40:34 +12:00 committed by GitHub
parent 0da4e3ae63
commit 3d4d2b50ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 14 additions and 14 deletions

View file

@ -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>