logging to logs, per brand (#48178) (#48249)

This commit is contained in:
dave.snider@gmail.com 2019-10-16 09:38:20 -07:00 committed by GitHub
parent 412b00fa16
commit 8d265f391b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -106,7 +106,7 @@ exports[`apmUiEnabled 1`] = `
}
layout="vertical"
textAlign="center"
title="Logging"
title="Logs"
titleElement="span"
/>
</EuiFlexItem>
@ -334,7 +334,7 @@ exports[`isNewKibanaInstance 1`] = `
}
layout="vertical"
textAlign="center"
title="Logging"
title="Logs"
titleElement="span"
/>
</EuiFlexItem>
@ -599,7 +599,7 @@ exports[`mlEnabled 1`] = `
}
layout="vertical"
textAlign="center"
title="Logging"
title="Logs"
titleElement="span"
/>
</EuiFlexItem>
@ -863,7 +863,7 @@ exports[`render 1`] = `
}
layout="vertical"
textAlign="center"
title="Logging"
title="Logs"
titleElement="span"
/>
</EuiFlexItem>

View file

@ -58,7 +58,7 @@ const AddDataUi = ({ apmUiEnabled, isNewKibanaInstance, intl, mlEnabled }) => {
const loggingData = {
title: intl.formatMessage({
id: 'kbn.home.addData.logging.nameTitle',
defaultMessage: 'Logging',
defaultMessage: 'Logs',
}),
description: intl.formatMessage({
id: 'kbn.home.addData.logging.nameDescription',

View file

@ -64,7 +64,7 @@ class TutorialDirectoryUi extends React.Component {
id: 'logging',
name: this.props.intl.formatMessage({
id: 'kbn.home.tutorial.tabs.loggingTitle',
defaultMessage: 'Logging',
defaultMessage: 'Logs',
}),
},
{