Skip to content

Commit

Permalink
Typo in update button. fixes #43675 (#43799)
Browse files Browse the repository at this point in the history
Fixes the update button text.
  • Loading branch information
snide authored Aug 22, 2019
1 parent b4dbd06 commit 37dc421
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/core/public/i18n/i18n_service.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}
),
Expand Down

0 comments on commit 37dc421

Please sign in to comment.