From 3df194f6d6daad88ff060374f6e6823e0c1ebbf0 Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Thu, 2 Sep 2021 07:43:46 -0400 Subject: [PATCH] Remove beta tag from Crawler document ingestion card (#110922) (#110952) Co-authored-by: Byron Hulcher --- .../document_creation/document_creation_buttons.tsx | 13 +------------ x-pack/plugins/translations/translations/ja-JP.json | 2 -- x-pack/plugins/translations/translations/zh-CN.json | 2 -- 3 files changed, 1 insertion(+), 16 deletions(-) diff --git a/x-pack/plugins/enterprise_search/public/applications/app_search/components/document_creation/document_creation_buttons.tsx b/x-pack/plugins/enterprise_search/public/applications/app_search/components/document_creation/document_creation_buttons.tsx index 7ed9b9ea65025..90518de77f11f 100644 --- a/x-pack/plugins/enterprise_search/public/applications/app_search/components/document_creation/document_creation_buttons.tsx +++ b/x-pack/plugins/enterprise_search/public/applications/app_search/components/document_creation/document_creation_buttons.tsx @@ -43,7 +43,7 @@ export const DocumentCreationButtons: React.FC = ({ disabled = false }) =

.json, postCode: POST, @@ -106,17 +106,6 @@ export const DocumentCreationButtons: React.FC = ({ disabled = false }) = )} description="" icon={} - betaBadgeLabel={i18n.translate( - 'xpack.enterpriseSearch.appSearch.documentCreation.buttons.betaTitle', - { defaultMessage: 'Beta' } - )} - betaBadgeTooltipContent={i18n.translate( - 'xpack.enterpriseSearch.appSearch.documentCreation.buttons.betaTooltip', - { - defaultMessage: - 'The Elastic Crawler is not GA. Please help us by reporting any bugs.', - } - )} to={crawlerLink} isDisabled={disabled} /> diff --git a/x-pack/plugins/translations/translations/ja-JP.json b/x-pack/plugins/translations/translations/ja-JP.json index 9366a5614b4fa..bbb8a35b1a2e2 100644 --- a/x-pack/plugins/translations/translations/ja-JP.json +++ b/x-pack/plugins/translations/translations/ja-JP.json @@ -8208,8 +8208,6 @@ "xpack.enterpriseSearch.appSearch.documentCreation.api.example": "実行中のAPIを表示するには、コマンドラインまたはクライアントライブラリを使用して、次の要求の例で実験することができます。", "xpack.enterpriseSearch.appSearch.documentCreation.api.title": "APIでインデックス", "xpack.enterpriseSearch.appSearch.documentCreation.buttons.api": "API からインデックス", - "xpack.enterpriseSearch.appSearch.documentCreation.buttons.betaTitle": "ベータ", - "xpack.enterpriseSearch.appSearch.documentCreation.buttons.betaTooltip": "Elastic Crawler は GA ではありません。不具合が発生したら報告してください。", "xpack.enterpriseSearch.appSearch.documentCreation.buttons.crawl": "Crawler を使用", "xpack.enterpriseSearch.appSearch.documentCreation.buttons.file": "JSON ファイルのアップロード", "xpack.enterpriseSearch.appSearch.documentCreation.buttons.text": "JSON の貼り付け", diff --git a/x-pack/plugins/translations/translations/zh-CN.json b/x-pack/plugins/translations/translations/zh-CN.json index 387ec87114b3a..a2ea7a1a21f75 100644 --- a/x-pack/plugins/translations/translations/zh-CN.json +++ b/x-pack/plugins/translations/translations/zh-CN.json @@ -8303,8 +8303,6 @@ "xpack.enterpriseSearch.appSearch.documentCreation.api.example": "要了解如何使用 API,可以在下面通过命令行或客户端库试用示例请求。", "xpack.enterpriseSearch.appSearch.documentCreation.api.title": "按 API 索引", "xpack.enterpriseSearch.appSearch.documentCreation.buttons.api": "从 API 索引", - "xpack.enterpriseSearch.appSearch.documentCreation.buttons.betaTitle": "公测版", - "xpack.enterpriseSearch.appSearch.documentCreation.buttons.betaTooltip": "Elastic 网络爬虫并非 GA 版。请通过报告错误来帮助我们。", "xpack.enterpriseSearch.appSearch.documentCreation.buttons.crawl": "使用网络爬虫", "xpack.enterpriseSearch.appSearch.documentCreation.buttons.file": "上传 JSON 文件", "xpack.enterpriseSearch.appSearch.documentCreation.buttons.text": "粘贴 JSON",