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/helpers/integrations_helper.rb')
-rw-r--r--app/helpers/integrations_helper.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/helpers/integrations_helper.rb b/app/helpers/integrations_helper.rb
index 4b5fadf3397..645a08bfcc0 100644
--- a/app/helpers/integrations_helper.rb
+++ b/app/helpers/integrations_helper.rb
@@ -162,7 +162,7 @@ module IntegrationsHelper
end
def integrations_help_page_path
- help_page_path('user/admin_area/settings/project_integration_management')
+ help_page_path('administration/settings/project_integration_management')
end
def project_jira_issues_integration?
@@ -179,7 +179,8 @@ module IntegrationsHelper
'incident' => _('Incident'),
'test_case' => _('Test case'),
'requirement' => _('Requirement'),
- 'task' => _('Task')
+ 'task' => _('Task'),
+ 'ticket' => _('Service Desk Ticket')
}
issue_type_i18n_map[issue_type] || issue_type