mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
chore: fix spelling of APM Server (#23729)
This commit is contained in:
parent
1311d89b24
commit
1d7adee485
1 changed files with 2 additions and 2 deletions
|
@ -77,10 +77,10 @@ export function onPremInstructions(apmIndexPattern) {
|
|||
defaultMessage: 'Check APM Server status',
|
||||
}),
|
||||
success: i18n.translate('kbn.server.tutorials.apm.apmServer.statusCheck.successMessage', {
|
||||
defaultMessage: 'You have correctly setup APM-Server',
|
||||
defaultMessage: 'You have correctly setup APM Server',
|
||||
}),
|
||||
error: i18n.translate('kbn.server.tutorials.apm.apmServer.statusCheck.errorMessage', {
|
||||
defaultMessage: 'APM-Server has still not connected to Elasticsearch',
|
||||
defaultMessage: 'APM Server has still not connected to Elasticsearch',
|
||||
}),
|
||||
esHitsCheck: {
|
||||
index: apmIndexPattern,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue