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

Fix typo

parent 5cfe92da
......@@ -133,7 +133,7 @@ module.exports = {
return title;
},
projecName() {
projectName() {
return '<projectname>';
},
},
......@@ -194,7 +194,7 @@ module.exports = {
<span class="title">Kubernetes deployment not found</span>
<span>
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>
</section>
</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