Skip to content

Commit

Permalink
[Detection Engine] update assignee popover text (#191035)
Browse files Browse the repository at this point in the history
## Summary

Addresses #173260
  • Loading branch information
yctercero committed Aug 26, 2024
1 parent cbc8f17 commit 4d5b1fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
});

Expand Down

0 comments on commit 4d5b1fa

Please sign in to comment.