Skip to content

Commit ad2fdea

Browse files
author
OpenShift Bot
authored
Merge pull request #1179 from jhadvig/statful_msg
Merged by openshift-bot
2 parents f517fe8 + 3b6e695 commit ad2fdea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: app/views/browse/stateful-sets.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ <h1>
4646
</thead>
4747
<tbody ng-if="(statefulSets | hashSize) == 0">
4848
<tr>
49-
<td colspan="3"><em>No stateful sets</em></td>
49+
<td colspan="3"><em>No stateful sets to show</em></td>
5050
</tr>
5151
</tbody>
5252
<tbody ng-repeat="(statefulSetName, statefulSet) in statefulSets">

Diff for: dist/scripts/templates.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4249,7 +4249,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
42494249
"</thead>\n" +
42504250
"<tbody ng-if=\"(statefulSets | hashSize) == 0\">\n" +
42514251
"<tr>\n" +
4252-
"<td colspan=\"3\"><em>No stateful sets</em></td>\n" +
4252+
"<td colspan=\"3\"><em>No stateful sets to show</em></td>\n" +
42534253
"</tr>\n" +
42544254
"</tbody>\n" +
42554255
"<tbody ng-repeat=\"(statefulSetName, statefulSet) in statefulSets\">\n" +

0 commit comments

Comments
 (0)