[Metrics UI] Fix typo on view selector in metrics explorer (#74084)

This commit is contained in:
Alejandro Fernández 2020-08-03 18:27:28 +02:00 committed by GitHub
parent 5cabe9c95d
commit 909c9826ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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