don't stop after 25 entries + reword
diff --git a/webui/js/blocky4.js b/webui/js/blocky4.js
index 8fc4891..86cf6f4 100644
--- a/webui/js/blocky4.js
+++ b/webui/js/blocky4.js
@@ -652,13 +652,10 @@
         tr.appendChild(td_action);
         activity_table.appendChild(tr);
         results_shown++;
-        if (results_shown > 25 && all.block.length > 25) {
-            break
-        }
     }
     if (results_shown === 0) {
         let tr = _tr();
-        tr.innerText = "No activity found...";
+        tr.innerText = "No entries found...";
         activity_table.appendChild(_tr);
     }