Commit 996f03eb authored by Dmytro Zaporozhets (DZ)'s avatar Dmytro Zaporozhets (DZ)

Merge branch 'ui-text-drone-integration' into 'master'

Update UI text in the drone integration

See merge request gitlab-org/gitlab!59231
parents 39b11382 5292ee4e
......@@ -79,21 +79,25 @@ class DroneCiService < CiService
end
def title
'Drone CI'
'Drone'
end
def description
'Drone is a Continuous Integration platform built on Docker, written in Go'
s_('ProjectService|Run CI/CD pipelines with Drone.')
end
def self.to_param
'drone_ci'
end
def help
s_('ProjectService|Run CI/CD pipelines with Drone.')
end
def fields
[
{ type: 'text', name: 'token', placeholder: 'Drone CI project specific token', required: true },
{ type: 'text', name: 'drone_url', title: s_('ProjectService|Drone URL'), placeholder: 'http://drone.example.com', required: true },
{ type: 'text', name: 'token', help: s_('ProjectService|Token for the Drone project.'), required: true },
{ type: 'text', name: 'drone_url', title: s_('ProjectService|Drone server URL'), placeholder: 'http://drone.example.com', required: true },
{ type: 'checkbox', name: 'enable_ssl_verification', title: "Enable SSL verification" }
]
end
......
---
title: Update drone integration UI text
merge_request: 59231
author:
type: other
......@@ -24599,7 +24599,7 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
msgid "ProjectService|Drone URL"
msgid "ProjectService|Drone server URL"
msgstr ""
msgid "ProjectService|Enter new API key"
......@@ -24635,12 +24635,18 @@ msgstr ""
msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
msgid "ProjectService|TeamCity URL"
msgstr ""
msgid "ProjectService|To configure this integration, you should:"
msgstr ""
msgid "ProjectService|Token for the Drone project."
msgstr ""
msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment