Improve no notification text (#2238)
Change the "No notification" text to "No notifications"
This commit is contained in:
parent
7b39d81c8c
commit
d371ebc9e2
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue