From 292d6653a085edc286e310d722dc6c933bcce889 Mon Sep 17 00:00:00 2001 From: amirrezaghabeli Date: Sun, 28 Sep 2025 07:26:19 +0330 Subject: [PATCH] fixed strings --- lib/views/notification/strings/notification_strings.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/views/notification/strings/notification_strings.dart b/lib/views/notification/strings/notification_strings.dart index 4d9f564..2497f52 100644 --- a/lib/views/notification/strings/notification_strings.dart +++ b/lib/views/notification/strings/notification_strings.dart @@ -24,6 +24,5 @@ class NotificationStrings { static const String noUnreadNotifications = 'No unread notifications'; static const String noImportantNotifications = 'No important notifications'; static const String moreTextButton = 'More'; - static const String seeDetails = 'See Details'; static const String noNotifications = 'No notifications'; }