Skip to content

Commit

Permalink
adding help text
Browse files Browse the repository at this point in the history
  • Loading branch information
cauemarcondes committed Jun 22, 2021
1 parent 4ef392e commit 4c0d2db
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ export function PolicySelector({
<EuiLink href={fleetLink.href}>{fleetLink.label}</EuiLink>
</EuiText>
}
helpText={i18n.translate(
'xpack.apm.tutorial.agent_config.choosePolicy.helper',
{
defaultMessage:
'Adds the selected policy configuration to the snippet below.',
}
)}
>
<EuiComboBox
data-test-subj={`policySelector_${selectedOption?.key}`}
Expand Down

0 comments on commit 4c0d2db

Please sign in to comment.