From 0aa7d61df7d51415ad5219a784fa82f969624730 Mon Sep 17 00:00:00 2001
From: Rahul Chanila <rchanila@gitlab.com>
Date: Mon, 24 Jul 2023 11:36:26 +0000
Subject: [PATCH] Update description text for dependency proxy settings

Changelog: changed
---
 .../packages_and_registries/settings/group/constants.js         | 2 +-
 locale/gitlab.pot                                               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/assets/javascripts/packages_and_registries/settings/group/constants.js b/app/assets/javascripts/packages_and_registries/settings/group/constants.js
index fa73c01c5c462..bfb57e3ac1c45 100644
--- a/app/assets/javascripts/packages_and_registries/settings/group/constants.js
+++ b/app/assets/javascripts/packages_and_registries/settings/group/constants.js
@@ -45,7 +45,7 @@ export const PACKAGE_FORWARDING_FORM_BUTTON = __('Save changes');
 
 export const DEPENDENCY_PROXY_HEADER = s__('DependencyProxy|Dependency Proxy');
 export const DEPENDENCY_PROXY_DESCRIPTION = s__(
-  'DependencyProxy|Enable the Dependency Proxy and settings for clearing the cache.',
+  'DependencyProxy|Enable the Dependency Proxy to cache container images from Docker Hub and automatically clear the cache.',
 );
 
 export const PACKAGE_FORWARDING_FIELDS = [
diff --git a/locale/gitlab.pot b/locale/gitlab.pot
index 08b413f1d64ca..1ae30e4d3ad1f 100644
--- a/locale/gitlab.pot
+++ b/locale/gitlab.pot
@@ -15428,7 +15428,7 @@ msgstr ""
 msgid "DependencyProxy|Enable Dependency Proxy"
 msgstr ""
 
-msgid "DependencyProxy|Enable the Dependency Proxy and settings for clearing the cache."
+msgid "DependencyProxy|Enable the Dependency Proxy to cache container images from Docker Hub and automatically clear the cache."
 msgstr ""
 
 msgid "DependencyProxy|Image list"
-- 
GitLab