From 46391948b374b3123265cd9cb97eec4c7e781b0e Mon Sep 17 00:00:00 2001 From: Gabriel Sancho Date: Fri, 27 Mar 2026 15:28:12 -0300 Subject: [PATCH] fix: add missing colon in Active Entities label on DashboardPage --- frontend/src/pages/DashboardPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/DashboardPage.tsx b/frontend/src/pages/DashboardPage.tsx index 6af4cca..288ef21 100644 --- a/frontend/src/pages/DashboardPage.tsx +++ b/frontend/src/pages/DashboardPage.tsx @@ -27,7 +27,7 @@ export default function DashboardPage() {
-

Active Entities

+

Active Entities:

{activeCount} active {activeCount === 1 ? 'entity' : 'entities'}