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/project_services/pivotaltracker_service.rb')
-rw-r--r--app/models/project_services/pivotaltracker_service.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/project_services/pivotaltracker_service.rb b/app/models/project_services/pivotaltracker_service.rb
index d3fff100964..6e67984591d 100644
--- a/app/models/project_services/pivotaltracker_service.rb
+++ b/app/models/project_services/pivotaltracker_service.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-class PivotaltrackerService < Service
+class PivotaltrackerService < Integration
API_ENDPOINT = 'https://www.pivotaltracker.com/services/v5/source_commits'
prop_accessor :token, :restrict_to_branch
@@ -11,7 +11,7 @@ class PivotaltrackerService < Service
end
def description
- s_('PivotalTrackerService|Project Management Software (Source Commits Endpoint)')
+ s_('PivotalTrackerService|Add commit messages as comments to PivotalTracker stories.')
end
def self.to_param