Skip to content

Commit 0c1d8d7

Browse files
author
OpenShift Bot
authored
Merge pull request #2084 from openshift/xingxingxia-patch-1
Merged by openshift-bot
2 parents e1ba88d + 716a2db commit 0c1d8d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/views/overview/_service-instance-row.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ <h3>
120120
<div class="alert word-break alert-info">
121121
<span class="pficon pficon-info" aria-hidden="true"></span>
122122
<span class="sr-only">info</span>
123-
<span>The service is not yeat ready.</span>
123+
<span>The service is not yet ready.</span>
124124
<span>{{row.pendingMessage}}</span>
125125
</div>
126126
</div>

dist/scripts/templates.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12370,7 +12370,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
1237012370
"<div class=\"alert word-break alert-info\">\n" +
1237112371
"<span class=\"pficon pficon-info\" aria-hidden=\"true\"></span>\n" +
1237212372
"<span class=\"sr-only\">info</span>\n" +
12373-
"<span>The service is not yeat ready.</span>\n" +
12373+
"<span>The service is not yet ready.</span>\n" +
1237412374
"<span>{{row.pendingMessage}}</span>\n" +
1237512375
"</div>\n" +
1237612376
"</div>\n" +

0 commit comments

Comments
 (0)