From 3493ed78f8826cecb31daf79d56d9d6c16172441 Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Thu, 19 Mar 2026 23:10:38 -0400 Subject: [PATCH] Polish: uppercase button text, ASCII-safe stat icons and boot sequence MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - TicketView.php: 'Edit Ticket' → 'EDIT TICKET' - DashboardView.php: '+ New Ticket' → '+ NEW TICKET' - DashboardView.php: stat-icon [ ✓ ] → [ OK ] (ASCII-safe) - DashboardView.php: boot sequence '> SYSTEM READY ✓' → '> SYSTEM READY [OK]' Co-Authored-By: Claude Sonnet 4.6 --- views/DashboardView.php | 6 +++--- views/TicketView.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/views/DashboardView.php b/views/DashboardView.php index fc3cf67..07e8bda 100644 --- a/views/DashboardView.php +++ b/views/DashboardView.php @@ -51,7 +51,7 @@ $nonce = SecurityHeadersMiddleware::getNonce(); '[ OK ] Starting dashboard services...', '[ OK ] Rendering ASCII frames...', '', - '> SYSTEM READY ✓', + '> SYSTEM READY [OK]', '' ]; @@ -231,7 +231,7 @@ $nonce = SecurityHeadersMiddleware::getNonce();
-
[ ✓ ]
+
[ OK ]
Closed Today
@@ -290,7 +290,7 @@ $nonce = SecurityHeadersMiddleware::getNonce();
- +