diff options
| author | Titus <154823939+tituscmd@users.noreply.github.com> | 2025-02-10 20:28:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-10 19:28:20 +0000 |
| commit | d371ebc9e293f2ae19cc6c1f0502429237a1a5fe (patch) | |
| tree | 4c9bb39ffa9a22b60c2d3dfe88f263ded3298f4e /src | |
| parent | 7b39d81c8c03d14a950b844e2b8cb15107df92bf (diff) | |
Improve no notification text (#2238)
Change the "No notification" text to "No notifications"
Diffstat (limited to 'src')
| -rw-r--r-- | src/displayapp/screens/Notifications.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/displayapp/screens/Notifications.cpp b/src/displayapp/screens/Notifications.cpp index 45f72f2e..837c4683 100644 --- a/src/displayapp/screens/Notifications.cpp +++ b/src/displayapp/screens/Notifications.cpp @@ -246,8 +246,8 @@ namespace { 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, |
