mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Alerting] Update feature privilege display names (#96083)
* Updating feature display names * Updating feature display names
This commit is contained in:
parent
bfc940c146
commit
03a51f4eec
2 changed files with 2 additions and 2 deletions
|
@ -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: {
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue