Typo in update button. fixes #43675 (#43799)

Fixes the update button text.
This commit is contained in:
dave.snider@gmail.com 2019-08-22 12:49:13 -07:00 committed by GitHub
parent b4dbd06954
commit 37dc42167c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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],

View file

@ -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',
}
),