Skip to content

Commit

Permalink
Merge pull request #2084 from openshift/xingxingxia-patch-1
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot authored Sep 19, 2017
2 parents e1ba88d + 716a2db commit 0c1d8d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/overview/_service-instance-row.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h3>
<div class="alert word-break alert-info">
<span class="pficon pficon-info" aria-hidden="true"></span>
<span class="sr-only">info</span>
<span>The service is not yeat ready.</span>
<span>The service is not yet ready.</span>
<span>{{row.pendingMessage}}</span>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion dist/scripts/templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -12370,7 +12370,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
"<div class=\"alert word-break alert-info\">\n" +
"<span class=\"pficon pficon-info\" aria-hidden=\"true\"></span>\n" +
"<span class=\"sr-only\">info</span>\n" +
"<span>The service is not yeat ready.</span>\n" +
"<span>The service is not yet ready.</span>\n" +
"<span>{{row.pendingMessage}}</span>\n" +
"</div>\n" +
"</div>\n" +
Expand Down

0 comments on commit 0c1d8d7

Please sign in to comment.