From 3b6e69586e0314ee8c181934776865909aeba8f8 Mon Sep 17 00:00:00 2001 From: jhadvig Date: Wed, 25 Jan 2017 17:16:40 +0100 Subject: [PATCH] Make empty msg for stateful sets consistant with other ones --- app/views/browse/stateful-sets.html | 2 +- dist/scripts/templates.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/browse/stateful-sets.html b/app/views/browse/stateful-sets.html index 947c2c66f3..6535d9a6b3 100644 --- a/app/views/browse/stateful-sets.html +++ b/app/views/browse/stateful-sets.html @@ -43,7 +43,7 @@

- No stateful sets + No stateful sets to show diff --git a/dist/scripts/templates.js b/dist/scripts/templates.js index 583a283746..16d20e2710 100644 --- a/dist/scripts/templates.js +++ b/dist/scripts/templates.js @@ -4230,7 +4230,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function( "\n" + "\n" + "\n" + - "No stateful sets\n" + + "No stateful sets to show\n" + "\n" + "\n" + "\n" +