diff --git a/src/translation/en.json b/src/translation/en.json index ec93ea27e..4e90d4d00 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -858,7 +858,8 @@ "title": "Notifications", "nonePending": "All Caught Up!", "dismissTooltip": "Dismiss", - "clearAll": "Clear All" + "clearAll": "Clear All", + "markAllAsRead": "Mark All as Read" }, "logs": { "title": "Logs", diff --git a/src/views/notifications.html b/src/views/notifications.html index 7bdd85fad..881bd745b 100644 --- a/src/views/notifications.html +++ b/src/views/notifications.html @@ -3,7 +3,7 @@