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 @@
-

{{ 'notifications.title' | tr }}

+

{{ 'notifications.title' | tr }}

@@ -11,7 +11,7 @@
-

All Caught Up!

+

{{ 'notifications.nonePending' | tr }}

@@ -20,13 +20,13 @@
{{ notification.title }} {{ notification.creationTime | prettyDate }} - +

{{ notification.messageJson | json }}
- +
diff --git a/src/views/system.html b/src/views/system.html index 4f6a3d803..c842dd69d 100644 --- a/src/views/system.html +++ b/src/views/system.html @@ -4,7 +4,7 @@

{{ 'system.title' | tr }} Show Logs - +