diff --git a/app/views/directives/add-secret-to-application.html b/app/views/directives/add-secret-to-application.html index f632b27090..37d548ce08 100644 --- a/app/views/directives/add-secret-to-application.html +++ b/app/views/directives/add-secret-to-application.html @@ -67,6 +67,11 @@

Add to Application

The mount path is already used. Please choose another mount path. +
+ + Mount path must be a valid path to a directory starting with /. + +
diff --git a/dist/scripts/templates.js b/dist/scripts/templates.js index 4cadcefb8c..fc3858c4d3 100644 --- a/dist/scripts/templates.js +++ b/dist/scripts/templates.js @@ -5607,6 +5607,11 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function( "The mount path is already used. Please choose another mount path.\n" + "\n" + "\n" + + "
\n" + + "\n" + + "Mount path must be a valid path to a directory starting with /.\n" + + "\n" + + "
\n" + "\n" + "\n" + "\n" +