Skip to content

Commit

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

Co-authored-by: Casper Hübertz <casper@formgeist.com>
  • Loading branch information
gbamparop and formgeist authored Dec 9, 2021
1 parent bb99e74 commit 253a08c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export function AgentKeysTable({ agentKeys, onKeyDelete }: Props) {
tableCaption={i18n.translate(
'xpack.apm.settings.agentKeys.tableCaption',
{
defaultMessage: 'APM Agent keys',
defaultMessage: 'APM agent keys',
}
)}
items={agentKeys ?? []}
Expand Down

0 comments on commit 253a08c

Please sign in to comment.