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)) {
= htmlspecialchars($dep) ?>
- (= $depStatusBadge ?>)
+ = $depStatusBadge ?>
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);
}