Skip to content

Commit

Permalink
fix: Change name of deployment list
Browse files Browse the repository at this point in the history
  • Loading branch information
colinjfw committed Oct 2, 2019
1 parent de3fd69 commit c07c4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/partials/deploy-status-body.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="Box-header bg-white">
<h4 class="mb-2 mt-2 text-{{deployment.status.color}}">
{{#if deployment.status.success}}All deployments have succeeded{{/if}}
{{#if deployment.status.success}}The last deployment has succeeded{{/if}}
{{#if deployment.status.pending}}Waiting for an in-progress deployment{{/if}}
{{#if deployment.status.failure}}Deployments have failed{{/if}}
{{#if deployment.status.waiting}}Waiting for a deployment to be reported{{/if}}
Expand Down

0 comments on commit c07c4c5

Please sign in to comment.