mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Detection Engine] update assignee popover text (#191035)
## Summary Addresses https://github.com/elastic/kibana/issues/173260
This commit is contained in:
parent
cbc8f17388
commit
4d5b1fa297
1 changed files with 1 additions and 1 deletions
|
@ -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 },
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue