mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
* Correct the I18n service definition of euiStat.loadingText * Update i18n_service snapshot
This commit is contained in:
parent
d107d0845e
commit
8fdd7ac54f
2 changed files with 4 additions and 4 deletions
|
@ -46,7 +46,7 @@ exports[`#start() returns \`Context\` component 1`] = `
|
|||
"euiSelectable.loadingOptions": "Loading options",
|
||||
"euiSelectable.noAvailableOptions": "There aren't any options available",
|
||||
"euiSelectable.noMatchingOptions": [Function],
|
||||
"euiStat.loadingText": [Function],
|
||||
"euiStat.loadingText": "Statistic is loading",
|
||||
"euiStep.completeStep": "Step",
|
||||
"euiStep.incompleteStep": "Incomplete Step",
|
||||
"euiStepHorizontal.buttonTitle": [Function],
|
||||
|
|
|
@ -244,9 +244,9 @@ export class I18nService {
|
|||
values={{ searchValue }}
|
||||
/>
|
||||
),
|
||||
'euiStat.loadingText': () => (
|
||||
<FormattedMessage id="core.euiStat.loadingText" defaultMessage="Statistic is loading" />
|
||||
),
|
||||
'euiStat.loadingText': i18n.translate('core.euiStat.loadingText', {
|
||||
defaultMessage: 'Statistic is loading',
|
||||
}),
|
||||
'euiStep.completeStep': i18n.translate('core.euiStep.completeStep', {
|
||||
defaultMessage: 'Step',
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue