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 .= ' '; $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 .= '