diff --git a/pandora_console/godmode/setup/setup_ITSM.php b/pandora_console/godmode/setup/setup_ITSM.php
index 725e86d386..e199960988 100644
--- a/pandora_console/godmode/setup/setup_ITSM.php
+++ b/pandora_console/godmode/setup/setup_ITSM.php
@@ -180,7 +180,7 @@ $button_test .= html_print_image(
'images/status_sets/default/severity_normal.png',
true
);
-$button_test .= ' '.__('Connection its OK').'';
+$button_test .= ' '.__('Connection is OK').'';
$button_test .= ' ';
$button_test .= html_print_image(
'images/status_sets/default/severity_critical.png',
@@ -190,7 +190,7 @@ $button_test .= ' '.__('Connection failed').'';
$button_test .= ' ';
$row['control'] = html_print_label_input_block(
- __('Test connection pandora to ITSM'),
+ __('Test connection PFMS to Pandora ITSM'),
$button_test,
['div_class' => 'ITSM-remote-setup-ITSM_token']
);
@@ -206,8 +206,8 @@ if (empty($itsm_public_url) === true) {
}
$row['publicUrl'] = html_print_label_input_block(
- __('URL conect to API %s', get_product_name()).ui_print_help_tip(
- __('Full URL to your Pandora (e.g., http://192.168.1.20).'),
+ __('URL connect to API %s', get_product_name()).ui_print_help_tip(
+ __('Full URL to your Pandora FMS (e.g., http://192.168.1.20).'),
true
),
html_print_input_text(
@@ -221,7 +221,7 @@ $row['publicUrl'] = html_print_label_input_block(
);
$row['agentsSync'] = html_print_label_input_block(
- __('Number Agents to synchronize').ui_print_help_tip(
+ __('Number of Agents to synchronize').ui_print_help_tip(
__('Number of agents that will synchronize at the same time, minimum 10 max 1000'),
true
),
@@ -261,7 +261,7 @@ $button_test_pandora .= html_print_image(
'images/status_sets/default/severity_normal.png',
true
);
-$button_test_pandora .= ' '.__('Connection its OK').'';
+$button_test_pandora .= ' '.__('Connection is OK').'';
$button_test_pandora .= ' ';
$button_test_pandora .= html_print_image(
'images/status_sets/default/severity_critical.png',
@@ -300,7 +300,7 @@ if (empty($node) === false) {
// $progressbar .= (empty($node['dateStart']) === false) ? human_time_comparation($node['dateStart']) : __('Never');
$row['control-test-pandora'] = html_print_label_input_block(
- __('Progress agents to synch'),
+ __('Progress on agents to be synchronized'),
$progressbar
);
}
diff --git a/pandora_console/godmode/setup/setup_general.php b/pandora_console/godmode/setup/setup_general.php
index f444e8892c..b77ffabbee 100644
--- a/pandora_console/godmode/setup/setup_general.php
+++ b/pandora_console/godmode/setup/setup_general.php
@@ -569,7 +569,7 @@ $table->data[$i][] = html_print_label_input_block(
)
);
$table->data[$i++][] = html_print_label_input_block(
- __('Referer security').ui_print_help_tip(__('When it is active, the source of the requests is checked. If the user comes from a URL external to Pandora FMS, the source of the activity will be considered suspicious.'), true),
+ __('Referrer security').ui_print_help_tip(__('When it is active, the source of the requests is checked. If the user comes from a URL external to Pandora FMS, the source of the activity will be considered suspicious.'), true),
html_print_checkbox_switch(
'referer_security',
1,