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