From fd77ade7d7b7afaebd0003981946b8730798bde7 Mon Sep 17 00:00:00 2001 From: Samuel Padgett Date: Tue, 20 Jun 2017 13:04:11 -0400 Subject: [PATCH] Fix awkward overview message for new deployments --- app/views/overview/_list-row-content.html | 2 +- dist/scripts/templates.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/overview/_list-row-content.html b/app/views/overview/_list-row-content.html index 926742f41a..d7930e4a4f 100644 --- a/app/views/overview/_list-row-content.html +++ b/app/views/overview/_list-row-content.html @@ -39,7 +39,7 @@

diff --git a/dist/scripts/templates.js b/dist/scripts/templates.js index 2f1b818854..d6859ed02a 100644 --- a/dist/scripts/templates.js +++ b/dist/scripts/templates.js @@ -11746,7 +11746,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function( "
\n" + "\n" + "\n" + - "{{row.apiObject.spec.strategy.type}} deployment {{row.current | deploymentStatus | lowercase}} \n" + + "{{row.apiObject.spec.strategy.type}} deployment is {{row.current | deploymentStatus | lowercase}} \n" + "\n" + "\n" + "\n" +