Skip to content

Commit

Permalink
[Fleet] Fix plural upgrade callout (#132936)
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet committed May 26, 2022
1 parent 0993e83 commit cc81ff7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -71,7 +71,7 @@ export const CurrentBulkUpgradeCallout: React.FunctionComponent<CurrentBulkUpgra
) : (
<FormattedMessage
id="xpack.fleet.currentUpgrade.calloutTitle"
defaultMessage="Upgrading {nbAgents} agents to version {version}"
defaultMessage="Upgrading {nbAgents, plural, one {# agent} other {# agents}} to version {version}"
values={{
nbAgents: currentUpgrade.nbAgents - currentUpgrade.nbAgentsAck,
version: currentUpgrade.version,
Expand Down

0 comments on commit cc81ff7

Please sign in to comment.