chore: fix spelling of APM Server (#23729)

This commit is contained in:
Thomas Watson 2018-10-03 13:49:34 +02:00 committed by GitHub
parent 1311d89b24
commit 1d7adee485
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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