summaryrefslogtreecommitdiff
path: root/app/models/integrations/harbor.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/integrations/harbor.rb')
-rw-r--r--app/models/integrations/harbor.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/models/integrations/harbor.rb b/app/models/integrations/harbor.rb
index 4c76e418886..6b561575f30 100644
--- a/app/models/integrations/harbor.rb
+++ b/app/models/integrations/harbor.rb
@@ -64,11 +64,12 @@ module Integrations
required: true
},
{
- type: 'text',
+ type: 'password',
name: 'password',
title: s_('HarborIntegration|Harbor password'),
- non_empty_password_title: s_('HarborIntegration|Enter Harbor password'),
- non_empty_password_help: s_('HarborIntegration|Password for your Harbor username.'),
+ help: s_('HarborIntegration|Password for your Harbor username.'),
+ non_empty_password_title: s_('HarborIntegration|Enter new Harbor password'),
+ non_empty_password_help: s_('HarborIntegration|Leave blank to use your current password.'),
required: true
}
]