[Alerting] Update feature privilege display names (#96083) (#96554)

* Updating feature display names

* Updating feature display names

Co-authored-by: ymao1 <ying.mao@elastic.co>
This commit is contained in:
Kibana Machine 2021-04-08 09:52:29 -04:00 committed by GitHub
parent 5ae9446260
commit d972b8e50b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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: {

View file

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