diff --git a/app/portainer/views/stacks/create/createstack.html b/app/portainer/views/stacks/create/createstack.html
index a3a92f3ee..185f44742 100644
--- a/app/portainer/views/stacks/create/createstack.html
+++ b/app/portainer/views/stacks/create/createstack.html
@@ -26,8 +26,7 @@
Note: Due to a limitation of libcompose, the name of the stack will be standardized to remove all special characters and uppercase letters.
- This stack will be deployed using docker-compose. Compose file format is supported up to and including version {{ composeSyntaxMaxVersion }}.
+ This stack will be deployed using docker-compose. >.
diff --git a/app/portainer/views/stacks/edit/stack.html b/app/portainer/views/stacks/edit/stack.html
index 8493d2eb5..71dec873d 100644
--- a/app/portainer/views/stacks/edit/stack.html
+++ b/app/portainer/views/stacks/edit/stack.html
@@ -99,8 +99,7 @@
- This stack will be deployed using docker-compose. Compose file format is supported up to and including version {{ composeSyntaxMaxVersion }}.
+ This stack will be deployed using docker-compose. >.
You can get more information about Compose file format in the official documentation.