Merge pull request #780 from pi-hole/fix/dupeword

Remove duplicate of the word "queries" on the query log page
This commit is contained in:
Adam Warner
2018-07-01 16:44:58 +01:00
committed by GitHub
+1 -1
View File
@@ -38,7 +38,7 @@ else
{
// If filter variable is not set, we
// automatically show all queries
$showing = "showing queries";
$showing = "showing";
}
$showall = false;