Skip to content

Commit

Permalink
Update x-pack/plugins/apm/public/components/app/Settings/agent_keys/c…
Browse files Browse the repository at this point in the history
…reate_agent_key.tsx

Co-authored-by: Cauê Marcondes <[email protected]>
  • Loading branch information
gbamparop and cauemarcondes authored Dec 7, 2021
1 parent 9833078 commit abcb497
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,7 @@ export function CreateAgentKeyFlyout({ onCancel, onSuccess, onError }: Props) {
<EuiFormRow
label={i18n.translate(
'xpack.apm.settings.agentKeys.createKeyFlyout.userTitle',
{
defaultMessage: 'User',
}
{ defaultMessage: 'User', }
)}
>
<EuiText>{username}</EuiText>
Expand Down

0 comments on commit abcb497

Please sign in to comment.