Skip to content

Commit

Permalink
[8.7] profiling: update copy in setup button (#151828) (#151840)
Browse files Browse the repository at this point in the history
# Backport

This will backport the following commits from `main` to `8.7`:
- [profiling: update copy in setup button
(#151828)](#151828)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Francesco
Gualazzi","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-02-22T10:23:39Z","message":"profiling:
update copy in setup button (#151828)\n\nSmall update to copy in the
Universal Profiling button.\r\n\r\nSigned-off-by: inge4pres
<[email protected]>","sha":"26bd714af81916fff7ae7a909f7326e4a6652973","branchLabelMapping":{"^v8.8.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","8.7
candidate","v8.7.0","v8.8.0"],"number":151828,"url":"https://github.com/elastic/kibana/pull/151828","mergeCommit":{"message":"profiling:
update copy in setup button (#151828)\n\nSmall update to copy in the
Universal Profiling button.\r\n\r\nSigned-off-by: inge4pres
<[email protected]>","sha":"26bd714af81916fff7ae7a909f7326e4a6652973"}},"sourceBranch":"main","suggestedTargetBranches":["8.7"],"targetPullRequestStates":[{"branch":"8.7","label":"v8.7.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.8.0","labelRegex":"^v8.8.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/151828","number":151828,"mergeCommit":{"message":"profiling:
update copy in setup button (#151828)\n\nSmall update to copy in the
Universal Profiling button.\r\n\r\nSigned-off-by: inge4pres
<[email protected]>","sha":"26bd714af81916fff7ae7a909f7326e4a6652973"}}]}]
BACKPORT-->

Co-authored-by: Francesco Gualazzi <[email protected]>
  • Loading branch information
kibanamachine and inge4pres authored Feb 22, 2023
1 parent a7c6650 commit 56cdf18
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 56cdf18

Please sign in to comment.