From 4c690d356e1cc0bc329a06df7c3828f4d5b631b5 Mon Sep 17 00:00:00 2001 From: Shivanand Sonnad Date: Thu, 24 Oct 2024 07:52:13 +0000 Subject: [PATCH] fix: [AH-563]: update texts on UI (#2859) * fix: [AH-563]: update texts on UI --- web/src/ar/pages/artifact-list/strings/strings.en.yaml | 2 +- .../FormContent/UpstreamProxyConfigurationFormContent.tsx | 2 +- web/src/ar/pages/upstream-proxy-details/strings/strings.en.yaml | 1 + web/src/ar/strings/types.ts | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/web/src/ar/pages/artifact-list/strings/strings.en.yaml b/web/src/ar/pages/artifact-list/strings/strings.en.yaml index 117dded8a..443f0f676 100644 --- a/web/src/ar/pages/artifact-list/strings/strings.en.yaml +++ b/web/src/ar/pages/artifact-list/strings/strings.en.yaml @@ -2,7 +2,7 @@ page: Artifact List Page pageHeading: Artifacts deployedArtifacts: Deployed Artifacts table: - noArtifactsTitle: There are no artifact available. + noArtifactsTitle: There are no artifacts available. allRepositories: Registries latestVersions: Latest Versions allVersions: All Versions diff --git a/web/src/ar/pages/upstream-proxy-details/components/FormContent/UpstreamProxyConfigurationFormContent.tsx b/web/src/ar/pages/upstream-proxy-details/components/FormContent/UpstreamProxyConfigurationFormContent.tsx index bca7e28c0..942348c0b 100644 --- a/web/src/ar/pages/upstream-proxy-details/components/FormContent/UpstreamProxyConfigurationFormContent.tsx +++ b/web/src/ar/pages/upstream-proxy-details/components/FormContent/UpstreamProxyConfigurationFormContent.tsx @@ -81,7 +81,7 @@ export default function UpstreamProxyConfigurationFormContent( diff --git a/web/src/ar/pages/upstream-proxy-details/strings/strings.en.yaml b/web/src/ar/pages/upstream-proxy-details/strings/strings.en.yaml index 327f5d9bf..3e0148c22 100644 --- a/web/src/ar/pages/upstream-proxy-details/strings/strings.en.yaml +++ b/web/src/ar/pages/upstream-proxy-details/strings/strings.en.yaml @@ -22,6 +22,7 @@ createForm: editForm: title: Update Upstream Proxy update: '{{ $.upstreamProxyDetails.editForm.title }}' + enterpriseAdvancedOptionsSubTitle: Configure Artifact Filtering rules and Cleanup policies for the Artifact Registry. actions: delete: title: Delete Upstream Registry diff --git a/web/src/ar/strings/types.ts b/web/src/ar/strings/types.ts index 8a4a19ca3..cab97427e 100644 --- a/web/src/ar/strings/types.ts +++ b/web/src/ar/strings/types.ts @@ -138,6 +138,7 @@ export interface StringsMap { 'upstreamProxyDetails.createForm.title': string 'upstreamProxyDetails.createForm.url': string 'upstreamProxyDetails.createForm.urlPlaceholder': string + 'upstreamProxyDetails.editForm.enterpriseAdvancedOptionsSubTitle': string 'upstreamProxyDetails.editForm.title': string 'upstreamProxyDetails.editForm.update': string 'upstreamProxyDetails.form.title': string