From e773a5de84b37fd0619888ed867908ca8f23b2fa Mon Sep 17 00:00:00 2001 From: Jessica Forrester Date: Thu, 2 Nov 2017 14:15:12 -0400 Subject: [PATCH] Bug 1471155 - update help text on CA inputs --- app/views/directives/osc-routing.html | 4 ++-- dist/scripts/templates.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/directives/osc-routing.html b/app/views/directives/osc-routing.html index feaeb2df8f..d887c3483c 100644 --- a/app/views/directives/osc-routing.html +++ b/app/views/directives/osc-routing.html @@ -323,7 +323,7 @@

Certificates

model="route.tls.caCertificate" drop-zone-id="ca-certificate-file" show-text-area="true" - help-text="The PEM format CA certificate. Upload file by dragging & dropping, selecting it, or pasting from the clipboard." + help-text="The PEM format CA certificate chain. Upload file by dragging & dropping, selecting it, or pasting from the clipboard." ng-readonly="areCertificateInputsReadOnly()" ng-disabled="areCertificateInputsDisabled()"> @@ -334,7 +334,7 @@

Certificates

model="route.tls.destinationCACertificate" show-text-area="true" drop-zone-id="dest-ca-certificate-file" - help-text="The PEM format CA certificate to validate the endpoint certificate for re-encrypt termination. Upload file by dragging & dropping, selecting it, or pasting from the clipboard." + help-text="The PEM format CA certificate chain to validate the endpoint certificate for re-encrypt termination. Upload file by dragging & dropping, selecting it, or pasting from the clipboard." ng-readonly="areCertificateInputsReadOnly()" ng-disabled="isDestinationCACertInputDisabled()"> diff --git a/dist/scripts/templates.js b/dist/scripts/templates.js index bdaa0c136e..31452f4649 100644 --- a/dist/scripts/templates.js +++ b/dist/scripts/templates.js @@ -8615,12 +8615,12 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function( "\n" + "
\n" + "\n" + - "\n" + + "\n" + "\n" + "
\n" + "
\n" + "\n" + - "\n" + + "\n" + "\n" + "\n" + "
\n" +