From 49ba04bffa2da69f6deac1abf4f9ab00f8a2206b Mon Sep 17 00:00:00 2001 From: Yasen Pramatarov Date: Wed, 31 Dec 2025 12:53:38 +0200 Subject: [PATCH] Design fixes --- app/templates/admin.php | 2 +- public_html/index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/admin.php b/app/templates/admin.php index 09eadf3..6dbdfbb 100644 --- a/app/templates/admin.php +++ b/app/templates/admin.php @@ -449,7 +449,7 @@ if (!empty($adminOverviewStatuses) && is_array($adminOverviewStatuses)) {
  • - () +
  • diff --git a/public_html/index.php b/public_html/index.php index b8ff59c..28ec91f 100644 --- a/public_html/index.php +++ b/public_html/index.php @@ -275,7 +275,7 @@ try { if (!empty($maintMsg)) { $custom .= ' ' . htmlspecialchars($maintMsg) . ''; } - $custom .= ' Control it in Admin center'; + $custom .= ' Control it from the Admin center'; // Non-dismissible and small, do not sanitize to allow link and Feedback::flash('SYSTEM', 'MAINTENANCE_ON', $custom, false, true, false); }