Skip to content

Commit

Permalink
Fix i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas committed Dec 21, 2022
1 parent b44c43f commit aa8149e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ export const SEARCH_ASSIGNEES_PLACEHOLDER = i18n.translate(
);

export const NO_SELECTED_ASSIGNEES = i18n.translate(
'xpack.cases.actions.assignees.searchPlaceholder',
'xpack.cases.actions.assignees.noSelectedAssigneesTitle',
{
defaultMessage: 'The selected cases do not have any assigned users',
}
);

export const NO_SELECTED_ASSIGNEES_HELP_TEXT = i18n.translate(
'xpack.cases.actions.assignees.searchPlaceholder',
'xpack.cases.actions.assignees.noSelectedAssigneesHelpText',
{
defaultMessage: 'Search to assign users.',
}
Expand Down

0 comments on commit aa8149e

Please sign in to comment.