Skip to content

Commit

Permalink
Fix mismatched EUI/Kibana default message
Browse files Browse the repository at this point in the history
- caught by new unit tests. hooray!
  • Loading branch information
cee-chen committed Mar 31, 2022
1 parent 6c6c603 commit e081a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/public/i18n/i18n_eui_mapping.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@ export const getEuiContextMapping = (): EuiTokensObject => {
),
'euiSelectable.searchResults': ({ resultsLength }: EuiValues) =>
i18n.translate('core.euiSelectable.searchResults', {
defaultMessage: '{resultsLength, plural, one {# result} other {# results}}',
defaultMessage: '{resultsLength, plural, one {# result} other {# results}} available',
values: { resultsLength },
}),
'euiSelectable.placeholderName': i18n.translate('core.euiSelectable.placeholderName', {
Expand Down

0 comments on commit e081a95

Please sign in to comment.