From 7b8660cc2508ec1d7b63f8d01cc4f7bd4ca3017d Mon Sep 17 00:00:00 2001 From: amirrezaghabeli Date: Sun, 28 Sep 2025 07:28:29 +0330 Subject: [PATCH] added string --- lib/views/notification/strings/notification_strings.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/views/notification/strings/notification_strings.dart b/lib/views/notification/strings/notification_strings.dart index 2497f52..93c0329 100644 --- a/lib/views/notification/strings/notification_strings.dart +++ b/lib/views/notification/strings/notification_strings.dart @@ -25,4 +25,5 @@ class NotificationStrings { static const String noImportantNotifications = 'No important notifications'; static const String moreTextButton = 'More'; static const String noNotifications = 'No notifications'; + static const String seeDetails = 'See Details'; }