diff --git a/server/tailsql/ui.tmpl b/server/tailsql/ui.tmpl
index 44be6b7..27ecbfc 100644
--- a/server/tailsql/ui.tmpl
+++ b/server/tailsql/ui.tmpl
@@ -43,7 +43,7 @@
Query time: {{.Elapsed}}
{{.NumRows}} rows{{if .More}} fetched (additional rows not loaded){{else}} total{{end}}{{if .Trunc}}
- (display is truncated){{end}}
+ (display truncated to {{len .Rows}} rows){{end}}