Commit 95050854 authored by Tetiana Chupryna's avatar Tetiana Chupryna

Merge branch 'ld-add-non_empty_password_help-properties-to-integrations' into 'master'

Add missing labels for token fields of Github and ZenTao integrations

See merge request gitlab-org/gitlab!71970
parents 55f670f9 e9d27520
......@@ -66,7 +66,8 @@ module Integrations
type: 'password',
name: 'api_token',
title: s_('ZentaoIntegration|ZenTao API token'),
non_empty_password_title: s_('ZentaoIntegration|Enter API token'),
non_empty_password_title: s_('ZentaoIntegration|Enter new ZenTao API token'),
non_empty_password_help: s_('ProjectService|Leave blank to use your current token.'),
required: true
},
{
......
......@@ -51,6 +51,8 @@ module Integrations
name: "token",
required: true,
placeholder: "8d3f016698e...",
non_empty_password_title: s_('ProjectService|Enter new token'),
non_empty_password_help: s_('ProjectService|Leave blank to use your current token.'),
help: token_field_help },
{ type: 'text',
name: "repository_url",
......
......@@ -26669,6 +26669,9 @@ msgstr ""
msgid "ProjectService|Enter new password."
msgstr ""
msgid "ProjectService|Enter new token"
msgstr ""
msgid "ProjectService|Issue URL"
msgstr ""
......@@ -26684,6 +26687,9 @@ msgstr ""
msgid "ProjectService|Leave blank to use your current password."
msgstr ""
msgid "ProjectService|Leave blank to use your current token."
msgstr ""
msgid "ProjectService|Mock service URL"
msgstr ""
......@@ -39702,7 +39708,7 @@ msgstr ""
msgid "ZentaoIntegration|Base URL of the ZenTao instance."
msgstr ""
msgid "ZentaoIntegration|Enter API token"
msgid "ZentaoIntegration|Enter new ZenTao API token"
msgstr ""
msgid "ZentaoIntegration|If different from Web URL."
......
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