Skip to content

Commit

Permalink
[7.9] [Metrics UI] Fix typo on view selector in metrics explorer (#74084
Browse files Browse the repository at this point in the history
) (#74120)
  • Loading branch information
Alejandro Fernández authored Aug 3, 2020
1 parent 9a8a1b1 commit 788bc5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export function SavedViewsToolbarControls<ViewState>(props: Props<ViewState>) {
{currentView
? currentView.name
: i18n.translate('xpack.infra.savedView.unknownView', {
defaultMessage: 'No view seleted',
defaultMessage: 'No view selected',
})}
</EuiDescriptionListDescription>
</EuiDescriptionList>
Expand Down

0 comments on commit 788bc5b

Please sign in to comment.