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