Author: Titus <154823939+tituscmd@users.noreply.github.com>
Improve no notification text (#2238) Change the "No notification" text to "No notifications"
src/displayapp/screens/Notifications.cpp | 4 ++--
diff --git a/src/displayapp/screens/Notifications.cpp b/src/displayapp/screens/Notifications.cpp index 45f72f2e208129c67ef7ac14b4e45a322f19de2c..837c4683aafb4f4be03f522ad35fa1ea434852ce 100644 --- a/src/displayapp/screens/Notifications.cpp +++ b/src/displayapp/screens/Notifications.cpp @@ -246,8 +246,8 @@ } Notifications::NotificationItem::NotificationItem(Pinetime::Controllers::AlertNotificationService& alertNotificationService, Pinetime::Controllers::MotorController& motorController) - : NotificationItem("Notification", - "No notification to display", + : NotificationItem("Notifications", + "No notifications to display", 0, Controllers::NotificationManager::Categories::Unknown, 0,