Skip to content

Commit

Permalink
Updating feature display names
Browse files Browse the repository at this point in the history
  • Loading branch information
ymao1 committed Apr 7, 2021
1 parent aa93be1 commit 76ca007
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: 'Example Rule Types',
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 Rule Types',
defaultMessage: 'Stack Rules',
}),
app: [],
category: DEFAULT_APP_CATEGORIES.management,
Expand Down

0 comments on commit 76ca007

Please sign in to comment.