From 8d3c4945b935aa30f54fdd822b327a5e076d30c5 Mon Sep 17 00:00:00 2001 From: inge4pres Date: Wed, 22 Feb 2023 10:09:35 +0100 Subject: [PATCH] profiling: update copy in setup 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...',