Skip to content

Commit

Permalink
Copy pass 3 (elastic#112815)
Browse files Browse the repository at this point in the history
* Remove Source config section description

* Update copy

* Update i18n

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
yakhinvadim and kibanamachine committed Sep 22, 2021
1 parent bd2ef02 commit e2bdf4e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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',
{
Expand Down Expand Up @@ -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',
}
);

Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/translations/translations/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "構成",
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/translations/translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "配置",
Expand Down

0 comments on commit e2bdf4e

Please sign in to comment.