From 560e1728806989c319cee62bd5f041412f4fb25d Mon Sep 17 00:00:00 2001 From: Andymick Date: Sun, 19 Jul 2026 07:55:14 +0100 Subject: [PATCH] Fix: Update notification badge label to 'Waiting payment' --- src/components/AdminNotificationsBadge.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AdminNotificationsBadge.tsx b/src/components/AdminNotificationsBadge.tsx index f0e17db..0d6238f 100644 --- a/src/components/AdminNotificationsBadge.tsx +++ b/src/components/AdminNotificationsBadge.tsx @@ -47,7 +47,7 @@ export default function AdminNotificationsBadge({

Notifications

{pendingOrders > 0 && (
- Pending orders + Waiting payment {pendingOrders}
)}