From ac5d5c3e46d874054ae8330ac48aa432dafa15f5 Mon Sep 17 00:00:00 2001 From: sowmya-sl Date: Mon, 25 May 2026 14:06:16 +0530 Subject: [PATCH] NO-JIRA: Capitalize "Basic" in secret dropdown label Align with content guidelines that capitalize protocol names in UI labels ("Basic authentication" instead of "basic authentication"). --- frontend/packages/helm-plugin/locales/en/helm-plugin.json | 2 +- .../src/components/forms/url-chart/HelmURLChartForm.tsx | 2 +- .../src/components/forms/url-chart/HelmURLInstallForm.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/packages/helm-plugin/locales/en/helm-plugin.json b/frontend/packages/helm-plugin/locales/en/helm-plugin.json index da448572235..c71f68a1154 100644 --- a/frontend/packages/helm-plugin/locales/en/helm-plugin.json +++ b/frontend/packages/helm-plugin/locales/en/helm-plugin.json @@ -126,7 +126,7 @@ "The OCI URL or HTTP/HTTPS tar file for the Helm chart; for example - oci://registry.example.com/charts/mychart or https://example.com/chart-1.0.0.tgz.": "The OCI URL or HTTP/HTTPS tar file for the Helm chart; for example - oci://registry.example.com/charts/mychart or https://example.com/chart-1.0.0.tgz.", "Unique name for Helm release.": "Unique name for Helm release.", "The version of chart to install.": "The version of chart to install.", - "Secret for basic authentication": "Secret for basic authentication", + "Secret for Basic authentication": "Secret for Basic authentication", "Select a secret": "Select a secret", "A secret with \"username\" and \"password\" keys for OCI/HTTP(S) authentication": "A secret with \"username\" and \"password\" keys for OCI/HTTP(S) authentication", "Next": "Next", diff --git a/frontend/packages/helm-plugin/src/components/forms/url-chart/HelmURLChartForm.tsx b/frontend/packages/helm-plugin/src/components/forms/url-chart/HelmURLChartForm.tsx index eb2c13edcc5..d95cfab86a5 100644 --- a/frontend/packages/helm-plugin/src/components/forms/url-chart/HelmURLChartForm.tsx +++ b/frontend/packages/helm-plugin/src/components/forms/url-chart/HelmURLChartForm.tsx @@ -131,7 +131,7 @@ const HelmURLChartForm: FC & HelmURLChartFormP & HelmURLInstal