mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
parent
412b00fa16
commit
8d265f391b
3 changed files with 6 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
}),
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue