Skip to content

Commit

Permalink
beta
Browse files Browse the repository at this point in the history
  • Loading branch information
cauemarcondes committed Dec 7, 2021
1 parent a7b74cd commit f57c627
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,12 @@ export function AgentInstructionsAccordion({
>
<EuiFlexItem grow={false}>Auto-Attachment</EuiFlexItem>
<EuiFlexItem grow={false}>
<EuiBetaBadge label="BETA" />
<EuiBetaBadge
label={i18n.translate(
'xpack.apm.fleetIntegration.apmAgent.runtimeAttachment.betaBadge.label',
{ defaultMessage: 'BETA' }
)}
/>
</EuiFlexItem>
</EuiFlexGroup>
),
Expand Down

0 comments on commit f57c627

Please sign in to comment.