Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/integrations/confluence.rb')
-rw-r--r--app/models/integrations/confluence.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/models/integrations/confluence.rb b/app/models/integrations/confluence.rb
index f97f1fd25c9..fcdc908ca67 100644
--- a/app/models/integrations/confluence.rb
+++ b/app/models/integrations/confluence.rb
@@ -10,7 +10,8 @@ module Integrations
validate :validate_confluence_url_is_cloud, if: :activated?
field :confluence_url,
- title: -> { _('Confluence Cloud Workspace URL') },
+ title: -> { _('Confluence Workspace URL') },
+ description: -> { _("URL of the Confluence Workspace hosted on `atlassian.net`.") },
placeholder: 'https://example.atlassian.net/wiki',
required: true