diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/getting_started/getting_started_page.tsx b/x-pack/plugins/synthetics/public/apps/synthetics/components/getting_started/getting_started_page.tsx index a334d6ec1a514..abcdd2c405465 100644 --- a/x-pack/plugins/synthetics/public/apps/synthetics/components/getting_started/getting_started_page.tsx +++ b/x-pack/plugins/synthetics/public/apps/synthetics/components/getting_started/getting_started_page.tsx @@ -51,16 +51,6 @@ export const GettingStartedPage = () => { } - footer={ - <> - - {FOR_MORE_INFO_LABEL} - {' '} - - {GETTING_STARTED_LABEL} - - - } /> ); @@ -75,10 +65,6 @@ const Wrapper = styled.div` } `; -const FOR_MORE_INFO_LABEL = i18n.translate('xpack.synthetics.gettingStarted.forMoreInfo', { - defaultMessage: 'For more information, read our', -}); - const CREATE_SINGLE_PAGE_LABEL = i18n.translate( 'xpack.synthetics.gettingStarted.createSinglePageLabel', { @@ -86,13 +72,6 @@ const CREATE_SINGLE_PAGE_LABEL = i18n.translate( } ); -const GETTING_STARTED_LABEL = i18n.translate( - 'xpack.synthetics.gettingStarted.gettingStartedLabel', - { - defaultMessage: 'Getting Started Guide', - } -); - const SELECT_DIFFERENT_MONITOR = i18n.translate( 'xpack.synthetics.gettingStarted.gettingStartedLabel.selectDifferentMonitor', { diff --git a/x-pack/plugins/translations/translations/fr-FR.json b/x-pack/plugins/translations/translations/fr-FR.json index 98e4b3f240c34..89e0fef85fb99 100644 --- a/x-pack/plugins/translations/translations/fr-FR.json +++ b/x-pack/plugins/translations/translations/fr-FR.json @@ -30884,8 +30884,6 @@ "xpack.synthetics.fleetIntegration.assets.name": "Moniteurs", "xpack.synthetics.gettingStarted.createSingle.description": " pour démarrer avec le monitoring Elastic Synthetics", "xpack.synthetics.gettingStarted.createSinglePageLabel": "Créer un moniteur de navigateur de page unique", - "xpack.synthetics.gettingStarted.forMoreInfo": "Pour en savoir plus, lisez notre", - "xpack.synthetics.gettingStarted.gettingStartedLabel": "guide de premiers pas", "xpack.synthetics.gettingStarted.gettingStartedLabel.selectDifferentMonitor": "sélectionner un autre type de moniteur", "xpack.synthetics.gettingStarted.orLabel": "Ou", "xpack.synthetics.inspectButtonText": "Inspecter", diff --git a/x-pack/plugins/translations/translations/ja-JP.json b/x-pack/plugins/translations/translations/ja-JP.json index 675f28a4447df..07fc68ea3eee1 100644 --- a/x-pack/plugins/translations/translations/ja-JP.json +++ b/x-pack/plugins/translations/translations/ja-JP.json @@ -30860,8 +30860,6 @@ "xpack.synthetics.fleetIntegration.assets.name": "監視", "xpack.synthetics.gettingStarted.createSingle.description": " Elastic Synthetics Monitoringの開始", "xpack.synthetics.gettingStarted.createSinglePageLabel": "1ページのブラウザーモニターを作成", - "xpack.synthetics.gettingStarted.forMoreInfo": "詳細については、お読みください", - "xpack.synthetics.gettingStarted.gettingStartedLabel": "入門ガイド", "xpack.synthetics.gettingStarted.gettingStartedLabel.selectDifferentMonitor": "別の監視タイプを選択", "xpack.synthetics.gettingStarted.orLabel": "OR", "xpack.synthetics.inspectButtonText": "検査", diff --git a/x-pack/plugins/translations/translations/zh-CN.json b/x-pack/plugins/translations/translations/zh-CN.json index 4f37921c261b8..ca8addbc5cb9a 100644 --- a/x-pack/plugins/translations/translations/zh-CN.json +++ b/x-pack/plugins/translations/translations/zh-CN.json @@ -30895,8 +30895,6 @@ "xpack.synthetics.fleetIntegration.assets.name": "监测", "xpack.synthetics.gettingStarted.createSingle.description": " 要开始使用 Elastic Synthetics 监测", "xpack.synthetics.gettingStarted.createSinglePageLabel": "创建单个页面浏览器监测", - "xpack.synthetics.gettingStarted.forMoreInfo": "有关更多信息,请阅读我们的", - "xpack.synthetics.gettingStarted.gettingStartedLabel": "入门指南", "xpack.synthetics.gettingStarted.gettingStartedLabel.selectDifferentMonitor": "选择不同的监测类型", "xpack.synthetics.gettingStarted.orLabel": "或", "xpack.synthetics.inspectButtonText": "检查",