We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 000f084 + d371ebc commit 91aee11Copy full SHA for 91aee11
src/displayapp/screens/Notifications.cpp
@@ -246,8 +246,8 @@ namespace {
246
247
Notifications::NotificationItem::NotificationItem(Pinetime::Controllers::AlertNotificationService& alertNotificationService,
248
Pinetime::Controllers::MotorController& motorController)
249
- : NotificationItem("Notification",
250
- "No notification to display",
+ : NotificationItem("Notifications",
+ "No notifications to display",
251
0,
252
Controllers::NotificationManager::Categories::Unknown,
253
0 commit comments