diff --git a/src/www/diag_resetstate.php b/src/www/diag_resetstate.php
index 388f7db1e..b7a68a2a6 100644
--- a/src/www/diag_resetstate.php
+++ b/src/www/diag_resetstate.php
@@ -1,4 +1,5 @@
@@ -64,31 +65,13 @@ include("head.inc");
-
-
-
-
-
-
-
-
-
0) print_input_errors($input_errors); ?>
-
-
-
diff --git a/src/www/diag_tables.php b/src/www/diag_tables.php
index 9b2eef5ea..3820d9fcb 100644
--- a/src/www/diag_tables.php
+++ b/src/www/diag_tables.php
@@ -73,7 +73,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
}
}
-$pgtitle = array(gettext("Diagnostics"), gettext("Tables"));
+$pgtitle = array(gettext("Diagnostics"), gettext("pfTables"));
$shortcut_section = "aliases";
// fetch list of tables and content of selected table
$tables = json_decode(configd_run("filter list tables json"));