From ddbd51bb161c67b888c3118a3f4d101ad628f807 Mon Sep 17 00:00:00 2001 From: Westly Wright Date: Mon, 26 Oct 2020 10:04:28 -0700 Subject: [PATCH] Change incorrect secret cert labels rancher/rancher#29734 --- translations/en-us.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/translations/en-us.yaml b/translations/en-us.yaml index a2f3fcdc1..ebd275762 100644 --- a/translations/en-us.yaml +++ b/translations/en-us.yaml @@ -7796,12 +7796,12 @@ newCertificate: invalidFormat: Private Key is invalid. placeholder: "Paste in the private key, typically starting with -----BEGIN RSA PRIVATE KEY-----" cert: - label: CA Certificate + label: Certificate required: Certificate is required. invalidFormat: Certificate is invalid. - placeholder: "Paste in the CA certificate, starting with -----BEGIN CERTIFICATE-----" + placeholder: "Paste in the certificate, starting with -----BEGIN CERTIFICATE-----" protip: Please include any chain certificates that are needed. - tooltip: 'The CA certificate will be placed in the generated kubeconfig file(s) to validate the certificate (chain) presented by the load balancer which you have configured at the provided FQDN. More info here.' certChain: label: Chain Certs