[Detection Engine] update assignee popover text (#191035)

## Summary

Addresses https://github.com/elastic/kibana/issues/173260
This commit is contained in:
Yara Tercero 2024-08-26 14:22:09 -07:00 committed by GitHub
parent cbc8f17388
commit 4d5b1fa297
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ import { i18n } from '@kbn/i18n';
export const ASSIGNEES_SELECTION_STATUS_MESSAGE = (total: number) =>
i18n.translate('xpack.securitySolution.assignees.totalUsersAssigned', {
defaultMessage: '{total, plural, one {# filter} other {# filters}} selected',
defaultMessage: '{total, plural, one {# assignee} other {# assignees}} selected',
values: { total },
});