From 57b4c3f0edc6acfa31bd2160abdcd6091920ba63 Mon Sep 17 00:00:00 2001 From: Jean-François Milants Date: Fri, 9 Apr 2021 20:50:09 +0200 Subject: Fix display of empty notification. --- src/displayapp/screens/Notifications.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/displayapp/screens') diff --git a/src/displayapp/screens/Notifications.cpp b/src/displayapp/screens/Notifications.cpp index 2fac6acb..33cebe86 100644 --- a/src/displayapp/screens/Notifications.cpp +++ b/src/displayapp/screens/Notifications.cpp @@ -26,7 +26,7 @@ Notifications::Notifications(DisplayApp *app, alertNotificationService); validDisplay = true; } else { - currentItem = std::make_unique("\nNotification", + currentItem = std::make_unique("Notification", "No notification to display", 0, notification.category, -- cgit v1.2.3-70-g09d2