Skip to content

Commit

Permalink
Update src/plugins/telemetry_management_section/public/components/tel…
Browse files Browse the repository at this point in the history
…emetry_management_section.tsx

Co-authored-by: Christiane (Tina) Heiligers <christiane.heiligers@elastic.co>
  • Loading branch information
pjhampton and TinaHeiligers committed Sep 30, 2020
1 parent a638e96 commit 3ba7b59
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,16 @@ export class TelemetryManagementSection extends Component<Props, State> {
/>
</p>
<p>
See examples of the <EuiLink onClick={this.toggleExample}>cluster data</EuiLink> and{' '}
<FormattedMessage
id="telemetry.seeExamplesOfWhatWeCollect"
defaultMessage="See examples of the {clusterData} and {endpointSecurityData} that we collect."
values={{
clusterData: <EuiLink onClick={this.toggleExample}>cluster data</EuiLink>,
endpointSecurityData: (
<EuiLink onClick={this.toggleSecurityExample}>endpoint security data</EuiLink>
),
}}
/>
<EuiLink onClick={this.toggleSecurityExample}>endpoint security data</EuiLink> that we
collect.
</p>
Expand Down

0 comments on commit 3ba7b59

Please sign in to comment.