{{ 'notifications.title' | tr }}
+{{ 'notifications.title' | tr }}
All Caught Up!
+{{ 'notifications.nonePending' | tr }}
{{ notification.messageJson | json }}
-
+
diff --git a/src/translation/en.json b/src/translation/en.json index 78b5941cc..c5b839d70 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -21,6 +21,9 @@ "prev": "prev", "next": "next", "perPageSelector": "Show {{ n }} per page" + }, + "action": { + "reboot": "Reboot" } }, "appstore": { @@ -301,7 +304,10 @@ "title": "Domains & Certs" }, "notifications": { - "title": "Notifications" + "title": "Notifications", + "nonePending": "All Caught Up!", + "dismissTooltip": "Dismiss", + "clearAll": "Clear All" }, "logs": { "title": "Logs" diff --git a/src/views/notifications.html b/src/views/notifications.html index 310987edf..75bbf34c1 100644 --- a/src/views/notifications.html +++ b/src/views/notifications.html @@ -1,7 +1,7 @@
{{ notification.messageJson | json }}
-
+