summaryrefslogtreecommitdiff
path: root/app/models/integrations/pivotaltracker.rb
diff options
context:
space:
mode:
authorGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2022-05-02 21:12:53 +0000
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2022-05-02 21:12:53 +0000
commit2bdcc43491635132fdab4e4eadb7e62b731140ea (patch)
treeb61b0ceb52da5d5ea36c13370fb87f09c7db6ffe /app/models/integrations/pivotaltracker.rb
parent7bc34aad19503153d8d9b849006e59b43a1eda5b (diff)
parent1390b6e51192c50ebf55378fc183cbd4ddf94ab0 (diff)
downloadgitlab-ce-14-8-stable.tar.gz
Merge remote-tracking branch 'dev/14-8-stable' into 14-8-stable14-8-stable
Diffstat (limited to 'app/models/integrations/pivotaltracker.rb')
-rw-r--r--app/models/integrations/pivotaltracker.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/models/integrations/pivotaltracker.rb b/app/models/integrations/pivotaltracker.rb
index 24cfd51eb55..883d7988296 100644
--- a/app/models/integrations/pivotaltracker.rb
+++ b/app/models/integrations/pivotaltracker.rb
@@ -28,9 +28,11 @@ module Integrations
def fields
[
{
- type: 'text',
+ type: 'password',
name: 'token',
help: s_('PivotalTrackerService|Pivotal Tracker API token. User must have access to the story. All comments are attributed to this user.'),
+ non_empty_password_title: s_('ProjectService|Enter new token'),
+ non_empty_password_help: s_('ProjectService|Leave blank to use your current token.'),
required: true
},
{