Skip to content

Commit

Permalink
fix capitalizations
Browse files Browse the repository at this point in the history
  • Loading branch information
ogupte committed Jan 21, 2021
1 parent 03b3897 commit dc05d13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/plugins/apm/server/ui_settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ export const uiSettings: Record<string, UiSettingsParams<boolean>> = {
[enableCorrelations]: {
category: ['observability'],
name: i18n.translate('xpack.apm.enableCorrelationsExperimentName', {
defaultMessage: 'APM Correlations (Platinum required)',
defaultMessage: 'APM correlations (Platinum required)',
}),
value: false,
description: i18n.translate(
'xpack.apm.enableCorrelationsExperimentDescription',
{
defaultMessage: 'Enable the experimental Correlations feature in APM',
defaultMessage: 'Enable the experimental correlations feature in APM',
}
),
schema: schema.boolean(),
Expand Down

0 comments on commit dc05d13

Please sign in to comment.