mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[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:
parent
fd9805dad8
commit
84b94cd083
3 changed files with 3 additions and 3 deletions
|
@ -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(
|
||||
|
|
|
@ -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 ? (
|
||||
|
|
|
@ -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: (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue