Skip to content

Commit bbaee82

Browse files
committed
update translations
1 parent 70f04fd commit bbaee82

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

packages/core/i18n/core-i18n-browser-internal/src/__snapshots__/i18n_service.test.tsx.snap

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/i18n/core-i18n-browser-internal/src/i18n_eui_mapping.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1822,5 +1822,11 @@ export const getEuiContextMapping = (): EuiTokensObject => {
18221822
defaultMessage: 'Select listbox',
18231823
description: 'Accessible label for Super Selects without a visible label.',
18241824
}),
1825+
'euiFieldValueSelectionFilter.buttonLabelHint': i18n.translate(
1826+
'core.euiFieldValueSelectionFilter.buttonLabelHint',
1827+
{
1828+
defaultMessage: 'Selection',
1829+
}
1830+
),
18251831
};
18261832
};

0 commit comments

Comments
 (0)