Commit c38465d8 authored by Filipa Lacerda's avatar Filipa Lacerda Committed by Jacob Schatz

Fix typo

parent 5cfe92da
...@@ -133,7 +133,7 @@ module.exports = { ...@@ -133,7 +133,7 @@ module.exports = {
return title; return title;
}, },
projecName() { projectName() {
return '<projectname>'; return '<projectname>';
}, },
}, },
...@@ -194,7 +194,7 @@ module.exports = { ...@@ -194,7 +194,7 @@ module.exports = {
<span class="title">Kubernetes deployment not found</span> <span class="title">Kubernetes deployment not found</span>
<span> <span>
To see deployment progress for your environments, make sure your deployments are in Kubernetes namespace To see deployment progress for your environments, make sure your deployments are in Kubernetes namespace
<code>{{projecName}}</code> and labeled with <code>app=$CI_ENVIRONMENT_SLUG</code>. <code>{{projectName}}</code> and labeled with <code>app=$CI_ENVIRONMENT_SLUG</code>.
</span> </span>
</section> </section>
</div> </div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment