File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
x-pack/plugins/alerts/server Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 66
77import Boom from '@hapi/boom' ;
88import { i18n } from '@kbn/i18n' ;
9- // import { Required } from 'utility-types';
109import { schema } from '@kbn/config-schema' ;
1110import typeDetect from 'type-detect' ;
1211import { intersection } from 'lodash' ;
@@ -202,7 +201,7 @@ function augmentActionGroupsWithReserved<
202201 ) ;
203202 } else if ( intersectingReservedActionGroups . length > 0 ) {
204203 throw new Error (
205- i18n . translate ( 'xpack.alerts.alertTypeRegistry.register.reservedActionGroupUsageError ' , {
204+ i18n . translate ( 'xpack.alerts.alertTypeRegistry.register.recoveryActionGroupUsageError ' , {
206205 defaultMessage :
207206 'Alert type [id="{id}"] cannot be registered. Action groups [{actionGroups}] are reserved by the framework.' ,
208207 values : {
You can’t perform that action at this time.
0 commit comments