Skip to content

Commit

Permalink
[Alerting] Update feature privilege display names (#96083)
Browse files Browse the repository at this point in the history
* Updating feature display names

* Updating feature display names
  • Loading branch information
ymao1 authored Apr 8, 2021
1 parent bfc940c commit 03a51f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x-pack/examples/alerting_example/server/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class AlertingExamplePlugin implements Plugin<void, void, AlertingExample
features.registerKibanaFeature({
id: ALERTING_EXAMPLE_APP_ID,
name: i18n.translate('alertsExample.featureRegistry.alertsExampleFeatureName', {
defaultMessage: 'Alerts Example',
defaultMessage: 'Alerting Examples',
}),
app: [],
management: {
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/stack_alerts/server/feature.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { DEFAULT_APP_CATEGORIES } from '../../../../src/core/server';
export const BUILT_IN_ALERTS_FEATURE = {
id: STACK_ALERTS_FEATURE_ID,
name: i18n.translate('xpack.stackAlerts.featureRegistry.actionsFeatureName', {
defaultMessage: 'Stack Alerts',
defaultMessage: 'Stack Rules',
}),
app: [],
category: DEFAULT_APP_CATEGORIES.management,
Expand Down

0 comments on commit 03a51f4

Please sign in to comment.