diff --git a/x-pack/plugins/profiling/public/components/check_setup.tsx b/x-pack/plugins/profiling/public/components/check_setup.tsx index aff650446303f..bbfd4a35a9dfc 100644 --- a/x-pack/plugins/profiling/public/components/check_setup.tsx +++ b/x-pack/plugins/profiling/public/components/check_setup.tsx @@ -179,7 +179,7 @@ export function CheckSetup({ children }: { children: React.ReactElement }) { > {!postSetupLoading ? i18n.translate('xpack.profiling.noDataConfig.action.buttonLabel', { - defaultMessage: 'Setup Universal Profiling', + defaultMessage: 'Set up Universal Profiling', }) : i18n.translate('xpack.profiling.noDataConfig.action.buttonLoadingLabel', { defaultMessage: 'Setting up Universal Profiling...',