Skip to content

Commit

Permalink
profiling: update copy in setup button (#151828)
Browse files Browse the repository at this point in the history
Small update to copy in the Universal Profiling button.

Signed-off-by: inge4pres <francesco.gualazzi@elastic.co>
  • Loading branch information
inge4pres committed Feb 22, 2023
1 parent 5ecd092 commit 26bd714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/profiling/public/components/check_setup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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...',
Expand Down

0 comments on commit 26bd714

Please sign in to comment.