From 6893b3088dd5c7513f1d23428f4946274be46a0f Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Tue, 8 Sep 2020 15:09:17 +0200
Subject: [PATCH] Rename 'Pages modified' header to 'Response bodies modified'

... which is more precise as a page may consist of multiple responses.
---
 templates/show-status | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/show-status b/templates/show-status
index f7865d74..a4c15e46 100644
--- a/templates/show-status
+++ b/templates/show-status
@@ -226,7 +226,7 @@
       <td class="box">
         <h2>Content Filter Statistics:</h2>
         <table summary="Statistics for content filters" border="1">
-         <tr><th>Filter name</th><th>Executions</th><th>Pages modified</th><th>Hits</th></tr>
+         <tr><th>Filter name</th><th>Executions</th><th>Response bodies modified</th><th>Hits</th></tr>
 @filter-statistics@        </table>
       </td>
     </tr>
-- 
2.49.0