From bf3e636cc03f219a8411cdd723a364a08c8502b1 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 4 Aug 2022 06:11:24 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- app/models/integrations/harbor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/models/integrations') diff --git a/app/models/integrations/harbor.rb b/app/models/integrations/harbor.rb index 33f0b18f4d3..03913a71d47 100644 --- a/app/models/integrations/harbor.rb +++ b/app/models/integrations/harbor.rb @@ -21,7 +21,7 @@ module Integrations end def help - s_("HarborIntegration|After the Harbor integration is activated, global variables ‘$HARBOR_USERNAME’, ‘$HARBOR_HOST’, ‘$HARBOR_OCI’, ‘$HARBOR_PASSWORD’, ‘$HARBOR_URL’ and ‘$HARBOR_PROJECT’ will be created for CI/CD use.") + s_("HarborIntegration|After the Harbor integration is activated, global variables '$HARBOR_USERNAME', '$HARBOR_HOST', '$HARBOR_OCI', '$HARBOR_PASSWORD', '$HARBOR_URL' and '$HARBOR_PROJECT' will be created for CI/CD use.") end class << self -- cgit v1.2.3