Skip to content

Commit 185f37d

Browse files
committed
error message fix
1 parent 7855b81 commit 185f37d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/plugins/alerting/server/application/rule/methods/mute_all

x-pack/plugins/alerting/server/application/rule/methods/mute_all/mute_all.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ async function muteAllWithOCC(context: RulesClientContext, params: MuteAllRulePa
3333
try {
3434
muteAllRuleParamsSchema.validate(params);
3535
} catch (error) {
36-
throw Boom.badRequest(`Error validating enable rule parameters - ${error.message}`);
36+
throw Boom.badRequest(`Error validating mute all parameters - ${error.message}`);
3737
}
3838

3939
const { id } = params;

0 commit comments

Comments
 (0)