Merge branch 'ent-13299-lista-de-servidores-vacia-presenta-estilos-antiguos-y-fallos-en-hint' into 'develop'

Ent 13299 lista de servidores vacia presenta estilos antiguos y fallos en hint

See merge request artica/pandorafms!7127
This commit is contained in:
Jose Martin 2024-04-04 06:56:57 +00:00
commit 4cdc045fb2
1 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,8 @@ $date = time();
$servers = servers_get_info();
if ($servers === false) {
$server_clippy = clippy_context_help('servers_down');
echo "<div class='nf'>".__('There are no servers configured into the database').$server_clippy.'</div>';
$no_data_msg = __('There are no servers registered on the database. Please, check the configuration and start the Pandora Server service');
ui_print_info_message($no_data_msg);
return;
}