]> granicus.if.org Git - pgbadger/commitdiff
Replace "Number of errors" by "Number of events" and "Total errors found" by "Total...
authorDarold Gilles <gilles@darold.net>
Thu, 28 Nov 2013 07:39:13 +0000 (08:39 +0100)
committerDarold Gilles <gilles@darold.net>
Thu, 28 Nov 2013 07:39:13 +0000 (08:39 +0100)
pgbadger

index 5fe49e2589b9e12b65a375c5e4e5d02a351d6e74..b4f09b09835bcdf77bc07a033f92d79679ab9be7 100755 (executable)
--- a/pgbadger
+++ b/pgbadger
@@ -6395,8 +6395,8 @@ sub show_error_as_html
                                <h3 class="">Key values</h3>
                                <div class="well key-figures">
                                        <ul>
-                                               <li><span class="figure">$main_error</span> <span class="figure-label">Max number of times the same error was reported</span></li>
-                                               <li><span class="figure">$total</span> <span class="figure-label">Total errors found</span></li>    
+                                               <li><span class="figure">$main_error</span> <span class="figure-label">Max number of times the same event was reported</span></li>
+                                               <li><span class="figure">$total</span> <span class="figure-label">Total events found</span></li>    
                                        </ul>
                                </div>            
                        </div>