Skip to content

Commit

Permalink
I guess you can't have the same id for either-or text
Browse files Browse the repository at this point in the history
  • Loading branch information
pzl committed Nov 12, 2020
1 parent 985cded commit c5b1898
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ export const EndpointList = () => {
<EuiText color="subdued" size="xs" data-test-subj="endpointListTableTotal">
{totalItemCount > MAX_PAGINATED_ITEM + 1 ? (
<FormattedMessage
id="xpack.securitySolution.endpoint.list.totalCount"
id="xpack.securitySolution.endpoint.list.totalCount.limited"
defaultMessage="Showing {limit} of {totalItemCount, plural, one {# Host} other {# Hosts}}"
values={{ totalItemCount, limit: MAX_PAGINATED_ITEM + 1 }}
/>
Expand Down

0 comments on commit c5b1898

Please sign in to comment.