diff --git a/server_status.php b/server_status.php index 3b44a4ade..c4254a37d 100644 --- a/server_status.php +++ b/server_status.php @@ -489,6 +489,7 @@ if ($server_master_status || $server_slave_status) { } elseif ($server_slave_status) { echo __('This MySQL server works as slave in replication process.'); } + echo ' '; echo __('For further information about replication status on the server, please visit the replication section.'); echo '

'; }