Skip to content

Commit

Permalink
Fix i18n error
Browse files Browse the repository at this point in the history
  • Loading branch information
criamico committed May 19, 2022
1 parent 40c56d0 commit b8d3991
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -296,12 +296,7 @@ export const AgentUpgradeAgentModal: React.FunctionComponent<Props> = ({
'Error upgrading the selected {count, plural, one {agent} other {{count} agents}}',
values: { count: isSingleAgent },
})}
>
<FormattedMessage
id="xpack.fleet.deleteAgentPolicy.confirmModal.affectedAgentsMessage"
defaultMessage={errors}
/>
</EuiCallOut>
/>
</>
) : null}
</EuiConfirmModal>
Expand Down

0 comments on commit b8d3991

Please sign in to comment.