Minor text fix

This commit is contained in:
Alejandro Gallardo Escobar 2016-05-09 16:50:20 +02:00
parent 853ef78168
commit 9e9c45d031
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ if ($config['ehorus_enabled']) {
echo '<form id="form_agents" method="post">';
$info_messsage = __('eHorus has his own agent identifiers');
$info_messsage .= '. ' . __('To store them, it will be necessary to use an agent custom field');
$info_messsage .= '.<br />' . __('Possibly the eHorus id will have to be filled by hand for every agent') . '.';
$info_messsage .= '.<br />' . __('Possibly the eHorus id will have to be filled in by hand for every agent') . '.';
ui_print_info_message($info_messsage);
if (!$custom_field_exists) {