From b8d3991573de622f77e763e23068818da9a46ff6 Mon Sep 17 00:00:00 2001 From: criamico Date: Thu, 19 May 2022 16:52:32 +0200 Subject: [PATCH] Fix i18n error --- .../agents/components/agent_upgrade_modal/index.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/x-pack/plugins/fleet/public/applications/fleet/sections/agents/components/agent_upgrade_modal/index.tsx b/x-pack/plugins/fleet/public/applications/fleet/sections/agents/components/agent_upgrade_modal/index.tsx index 4920e76a9569a0..f40ec86f3c9869 100644 --- a/x-pack/plugins/fleet/public/applications/fleet/sections/agents/components/agent_upgrade_modal/index.tsx +++ b/x-pack/plugins/fleet/public/applications/fleet/sections/agents/components/agent_upgrade_modal/index.tsx @@ -296,12 +296,7 @@ export const AgentUpgradeAgentModal: React.FunctionComponent = ({ 'Error upgrading the selected {count, plural, one {agent} other {{count} agents}}', values: { count: isSingleAgent }, })} - > - - + /> ) : null}