From 0c7b4a31f1c3b8d6a6e8a3d8bb068cf686fcbea7 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sat, 28 Jul 2018 16:07:02 -0600 Subject: [PATCH] Add "all caught up" message when no notifications to show --- langs/en/notifications.json | 3 ++- pages/home.php | 9 +++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/langs/en/notifications.json b/langs/en/notifications.json index a9fd348..71831dc 100644 --- a/langs/en/notifications.json +++ b/langs/en/notifications.json @@ -2,5 +2,6 @@ "Notifications": "Notifications", "Notification deleted.": "Notification deleted.", "Mark as read": "Mark as read", - "Delete": "Delete" + "Delete": "Delete", + "All caught up!": "All caught up!" } diff --git a/pages/home.php b/pages/home.php index 53f83c0..4947682 100644 --- a/pages/home.php +++ b/pages/home.php @@ -96,6 +96,15 @@
+
+
+ get("All caught up!"); ?> +
+
+