#10622 fix string policie to policies
This commit is contained in:
parent
df91ea25b5
commit
de0fdd58af
|
@ -65,13 +65,13 @@ $options_alerts = [
|
|||
];
|
||||
|
||||
$options_alerts_policies = [
|
||||
'add_policies_alerts' => __('Bulk policie alert action add'),
|
||||
'delete_policies_alerts' => __('Bulk policie alert action delete'),
|
||||
'add_policies_alerts' => __('Bulk policies alert action add'),
|
||||
'delete_policies_alerts' => __('Bulk policies alert action delete'),
|
||||
];
|
||||
|
||||
$options_policies_alerts_externals = [
|
||||
'add_policies_alerts_action_external' => __('Bulk policie external alert action add'),
|
||||
'delete_policies_alerts_action_external' => __('Bulk policie external alert action delete'),
|
||||
'add_policies_alerts_action_external' => __('Bulk policies external alert action add'),
|
||||
'delete_policies_alerts_action_external' => __('Bulk policies external alert action delete'),
|
||||
];
|
||||
|
||||
$options_agents = [
|
||||
|
|
Loading…
Reference in New Issue