Skip to content

Commit

Permalink
[Profiling] adjust naming (elastic#168570)
Browse files Browse the repository at this point in the history
## Summary

Unify naming of Universal Profiling Agent.

Fixes elastic/prodfiler#3880

Signed-off-by: Florian Lehner <[email protected]>
  • Loading branch information
florianl authored Oct 11, 2023
1 parent 69e04df commit 937944b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/plugins/profiling/public/views/add_data_view/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export function AddDataView() {
steps: [
{
title: i18n.translate('xpack.profiling.tabs.kubernetesRepositoryStep', {
defaultMessage: 'Configure the Universal Profiling host-agent Helm repository:',
defaultMessage: 'Configure the Universal Profiling Agent Helm repository:',
}),
content: (
<EuiCodeBlock paddingSize="s" isCopyable>
Expand Down Expand Up @@ -545,7 +545,7 @@ EOF`}
<EuiSpacer />
<EuiText>
{i18n.translate('xpack.profiling.noDataPage.addDataTitle', {
defaultMessage: 'Select an option below to deploy the host-agent.',
defaultMessage: 'Select an option below to deploy the Universal Profiling Agent.',
})}
</EuiText>
<EuiSpacer />
Expand Down

0 comments on commit 937944b

Please sign in to comment.