diff --git a/app/views/directives/deploy-image.html b/app/views/directives/deploy-image.html index 9c550faf2b..0add19b8b7 100644 --- a/app/views/directives/deploy-image.html +++ b/app/views/directives/deploy-image.html @@ -60,11 +60,13 @@ -
To deploy an image from a private repository, you must create an image pull secret +
+ To deploy an image from a private repository, you must create an image pull secret create an image pull secret - with your image registry credentials.Learn More 
+ with your image registry credentials. + Learn More 
diff --git a/dist/scripts/templates.js b/dist/scripts/templates.js index 8b7a6dc1f6..e46765544e 100644 --- a/dist/scripts/templates.js +++ b/dist/scripts/templates.js @@ -6439,9 +6439,11 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function( "\n" + "\n" + "\n" + - "
To deploy an image from a private repository, you must create an image pull secret\n" + + "
\n" + + "To deploy an image from a private repository, you must create an image pull secret\n" + "create an image pull secret\n" + - "with your image registry credentials.Learn More 
\n" + + "with your image registry credentials.\n" + + "Learn More 
\n" + "\n" + "\n" + "\n" +