diff --git a/x-pack/plugins/alerting/server/maintenance_window_feature.ts b/x-pack/plugins/alerting/server/maintenance_window_feature.ts index fd9af206c4544..cac0372a789b9 100644 --- a/x-pack/plugins/alerting/server/maintenance_window_feature.ts +++ b/x-pack/plugins/alerting/server/maintenance_window_feature.ts @@ -17,7 +17,7 @@ import { export const maintenanceWindowFeature: KibanaFeatureConfig = { id: MAINTENANCE_WINDOW_FEATURE_ID, name: i18n.translate('xpack.alerting.feature.maintenanceWindowFeatureName', { - defaultMessage: 'Maintenance Window', + defaultMessage: 'Maintenance Windows', }), category: DEFAULT_APP_CATEGORIES.management, app: [],