We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4560e9e commit 57b4c3fCopy full SHA for 57b4c3f
1 file changed
src/displayapp/screens/Notifications.cpp
@@ -26,7 +26,7 @@ Notifications::Notifications(DisplayApp *app,
26
alertNotificationService);
27
validDisplay = true;
28
} else {
29
- currentItem = std::make_unique<NotificationItem>("\nNotification",
+ currentItem = std::make_unique<NotificationItem>("Notification",
30
"No notification to display",
31
0,
32
notification.category,
0 commit comments