Polish: uppercase button text, ASCII-safe stat icons and boot sequence
- 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 <noreply@anthropic.com>
This commit is contained in:
@@ -259,7 +259,7 @@ $nonce = SecurityHeadersMiddleware::getNonce();
|
||||
<?php endforeach; ?>
|
||||
</select>
|
||||
</div>
|
||||
<button id="editButton" class="btn">Edit Ticket</button>
|
||||
<button id="editButton" class="btn">EDIT TICKET</button>
|
||||
<button id="cloneButton" class="btn btn-secondary" title="Create a copy of this ticket">CLONE</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user