#10622 fix string policie to policies

This commit is contained in:
Jonathan 2023-08-14 08:00:24 +02:00
parent df91ea25b5
commit de0fdd58af
1 changed files with 4 additions and 4 deletions

View File

@ -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 = [