mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Fixes the update button text.
This commit is contained in:
parent
b4dbd06954
commit
37dc42167c
2 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ exports[`#start() returns \`Context\` component 1`] = `
|
|||
"euiSuperUpdateButton.cannotUpdateTooltip": "Cannot update",
|
||||
"euiSuperUpdateButton.clickToApplyTooltip": "Click to apply",
|
||||
"euiSuperUpdateButton.refreshButtonLabel": "Refresh",
|
||||
"euiSuperUpdateButton.updateButtonLabel": "Uodate",
|
||||
"euiSuperUpdateButton.updateButtonLabel": "Update",
|
||||
"euiSuperUpdateButton.updatingButtonLabel": "Updating",
|
||||
"euiTablePagination.rowsPerPage": "Rows per page",
|
||||
"euiTablePagination.rowsPerPageOption": [Function],
|
||||
|
|
|
@ -334,7 +334,7 @@ export class I18nService {
|
|||
'euiSuperUpdateButton.updateButtonLabel': i18n.translate(
|
||||
'core.euiSuperUpdateButton.updateButtonLabel',
|
||||
{
|
||||
defaultMessage: 'Uodate',
|
||||
defaultMessage: 'Update',
|
||||
description: 'Displayed in a button that updates based on date picked',
|
||||
}
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue