Improve no notification text (#2238)
Change the "No notification" text to "No notifications"
This commit is contained in:
parent
7b39d81c8c
commit
d371ebc9e2
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue