diff --git a/x-pack/plugins/alerting/server/maintenance_window_feature.ts b/x-pack/plugins/alerting/server/maintenance_window_feature.ts index 686be1ac04a38..a0bd117d47721 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: [],