Skip to content

Commit

Permalink
update APM feature name
Browse files Browse the repository at this point in the history
  • Loading branch information
legrego committed Sep 16, 2020
1 parent b902099 commit b40014e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/apm/server/feature.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { DEFAULT_APP_CATEGORIES } from '../../../../src/core/server';
export const APM_FEATURE = {
id: 'apm',
name: i18n.translate('xpack.apm.featureRegistry.apmFeatureName', {
defaultMessage: 'APM',
defaultMessage: 'APM and Client Side Monitoring',
}),
order: 900,
category: DEFAULT_APP_CATEGORIES.observability,
Expand Down

0 comments on commit b40014e

Please sign in to comment.