diff --git a/html/user/db.inc b/html/user/db.inc
index c628f0c145..a3e9c0095c 100644
--- a/html/user/db.inc
+++ b/html/user/db.inc
@@ -91,8 +91,8 @@ function show_host($host) {
row("Number of times client has contacted server: ", $host->rpc_seqno);
row("Last time contacted server: ", time_str($host->rpc_time));
row("% of time client on: ", 100*$host->on_frac." %");
- row("% of time client connected: ", 100*$host->connected_frac." %");
- row("% of time client active: ", 100*$host->active_frac." %");
+ row("% of time host connected: ", 100*$host->connected_frac." %");
+ row("% of time user active: ", 100*$host->active_frac." %");
echo "\n";
}