mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Guided onboarding] Update EuiTour button label (#144577)
This commit is contained in:
parent
508f0127e3
commit
e0c858f487
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ export const WithGuidedOnboardingTour: FunctionComponent<{
|
|||
footerAction={
|
||||
<EuiButton onClick={() => setIsGuidedOnboardingTourOpen(false)} size="s" color="success">
|
||||
{i18n.translate('xpack.fleet.guidedOnboardingTour.nextButtonLabel', {
|
||||
defaultMessage: 'Next',
|
||||
defaultMessage: 'Got it',
|
||||
})}
|
||||
</EuiButton>
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue