Improve no notification text (#2238)

Change the "No notification" text to "No notifications"
This commit is contained in:
Titus 2025-02-10 20:28:20 +01:00 committed by GitHub
parent 7b39d81c8c
commit d371ebc9e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -246,8 +246,8 @@ namespace {
Notifications::NotificationItem::NotificationItem(Pinetime::Controllers::AlertNotificationService& alertNotificationService, Notifications::NotificationItem::NotificationItem(Pinetime::Controllers::AlertNotificationService& alertNotificationService,
Pinetime::Controllers::MotorController& motorController) Pinetime::Controllers::MotorController& motorController)
: NotificationItem("Notification", : NotificationItem("Notifications",
"No notification to display", "No notifications to display",
0, 0,
Controllers::NotificationManager::Categories::Unknown, Controllers::NotificationManager::Categories::Unknown,
0, 0,