* Remove Source config section description

* Update copy

* Update i18n

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Vadim Yakhin <yakhin.v@gmail.com>
This commit is contained in:
Kibana Machine 2021-09-22 14:47:33 -04:00 committed by GitHub
parent e50670cd4d
commit dc3be5a50f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 12 deletions

View file

@ -44,7 +44,6 @@ import {
SOURCE_SETTINGS_DESCRIPTION,
SOURCE_NAME_LABEL,
SOURCE_CONFIG_TITLE,
SOURCE_CONFIG_DESCRIPTION,
SOURCE_CONFIG_LINK,
SOURCE_REMOVE_TITLE,
SOURCE_REMOVE_DESCRIPTION,
@ -206,7 +205,7 @@ export const SourceSettings: React.FC = () => {
</form>
</ContentSection>
{showConfig && (
<ContentSection title={SOURCE_CONFIG_TITLE} description={SOURCE_CONFIG_DESCRIPTION}>
<ContentSection title={SOURCE_CONFIG_TITLE}>
<SourceConfigFields
clientId={clientId}
clientSecret={clientSecret}

View file

@ -306,13 +306,6 @@ export const SOURCE_CONFIG_TITLE = i18n.translate(
}
);
export const SOURCE_CONFIG_DESCRIPTION = i18n.translate(
'xpack.enterpriseSearch.workplaceSearch.sources.config.description',
{
defaultMessage: 'Edit content source connector settings to change.',
}
);
export const SYNC_MANAGEMENT_TITLE = i18n.translate(
'xpack.enterpriseSearch.workplaceSearch.contentSources.syncManagementTitle',
{
@ -358,7 +351,7 @@ export const SYNC_MANAGEMENT_CONTENT_EXTRACTION_LABEL = i18n.translate(
export const SOURCE_CONFIG_LINK = i18n.translate(
'xpack.enterpriseSearch.workplaceSearch.sources.config.link',
{
defaultMessage: 'Edit content source connector settings',
defaultMessage: 'Edit connector settings',
}
);

View file

@ -10352,7 +10352,6 @@
"xpack.enterpriseSearch.workplaceSearch.sources.additionalConfig.heading": "追加の構成が必要",
"xpack.enterpriseSearch.workplaceSearch.sources.applicationLinkTitles.github": "GitHub開発者ポータル",
"xpack.enterpriseSearch.workplaceSearch.sources.baseUrlTitles.github": "GitHub Enterprise URL",
"xpack.enterpriseSearch.workplaceSearch.sources.config.description": "変更するコンテンツソースコネクター設定を編集します。",
"xpack.enterpriseSearch.workplaceSearch.sources.config.link": "コンテンツソースコネクター設定を編集",
"xpack.enterpriseSearch.workplaceSearch.sources.config.title": "コンテンツソース構成",
"xpack.enterpriseSearch.workplaceSearch.sources.configuration.title": "構成",

View file

@ -10454,7 +10454,6 @@
"xpack.enterpriseSearch.workplaceSearch.sources.additionalConfig.heading": "需要其他配置",
"xpack.enterpriseSearch.workplaceSearch.sources.applicationLinkTitles.github": "GitHub 开发者门户",
"xpack.enterpriseSearch.workplaceSearch.sources.baseUrlTitles.github": "GitHub Enterprise URL",
"xpack.enterpriseSearch.workplaceSearch.sources.config.description": "编辑要更改的内容源连接器设置。",
"xpack.enterpriseSearch.workplaceSearch.sources.config.link": "编辑内容源连接器设置",
"xpack.enterpriseSearch.workplaceSearch.sources.config.title": "内容源配置",
"xpack.enterpriseSearch.workplaceSearch.sources.configuration.title": "配置",