Update the title in the left nav (#28102)

This commit is contained in:
Chris Roberson 2019-01-07 12:28:07 -05:00 committed by GitHub
parent c9dc5414a6
commit fedd867f20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ import { resolve } from 'path';
*/
export const getUiExports = () => ({
app: {
title: i18n.translate('xpack.monitoring.monitoringTitle', { defaultMessage: 'Monitoring' }),
title: i18n.translate('xpack.monitoring.stackMonitoringTitle', { defaultMessage: 'Stack Monitoring' }),
order: 9002,
description: i18n.translate('xpack.monitoring.uiExportsDescription', {
defaultMessage: 'Monitoring for Elastic Stack',