From 26bd714af81916fff7ae7a909f7326e4a6652973 Mon Sep 17 00:00:00 2001 From: Francesco Gualazzi Date: Wed, 22 Feb 2023 11:23:39 +0100 Subject: [PATCH] profiling: update copy in setup button (#151828) Small update to copy in the Universal Profiling button. Signed-off-by: inge4pres --- x-pack/plugins/profiling/public/components/check_setup.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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...',