[Observability Onboarding] Add standalone to titles (#190136)

Add standalone to the instructions to make it clear to the user what
they are installing:
<img width="762" alt="Screenshot 2024-08-08 at 15 39 31"
src="https://github.com/user-attachments/assets/c15f62c2-5d2c-4b1d-9a5b-4a6bf87232b9">

<img width="1316" alt="Screenshot 2024-08-08 at 15 39 42"
src="https://github.com/user-attachments/assets/e7c34f7b-2fce-487f-bbe7-76b192f783e7">
This commit is contained in:
Joe Reuter 2024-08-12 11:31:11 +02:00 committed by GitHub
parent fd9805dad8
commit 84b94cd083
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ export const KubernetesPage = () => (
headlineCopy={i18n.translate(
'xpack.observability_onboarding.experimentalOnboardingFlow.customHeader.kubernetes.text',
{
defaultMessage: 'Setting up Kubernetes with Elastic Agent',
defaultMessage: 'Monitor your Kubernetes Cluster with standalone Elastic Agent',
}
)}
captionCopy={i18n.translate(

View file

@ -57,7 +57,7 @@ export const AutoDetectPanel: FunctionComponent = () => {
{
title: i18n.translate(
'xpack.observability_onboarding.autoDetectPanel.runTheCommandOnLabel',
{ defaultMessage: 'Run the command on your host' }
{ defaultMessage: 'Install standalone Elastic Agent on your host' }
),
status: status === 'notStarted' ? 'current' : 'complete',
children: command ? (

View file

@ -41,7 +41,7 @@ export const KubernetesPanel: React.FC = () => {
title: i18n.translate(
'xpack.observability_onboarding.experimentalOnboardingFlow.kubernetes.installStepTitle',
{
defaultMessage: 'Install Elastic Agent on your Kubernetes cluster',
defaultMessage: 'Install standalone Elastic Agent on your Kubernetes cluster',
}
),
children: (