diff --git a/dashboard/src/translation/en.json b/dashboard/src/translation/en.json index fe8228b39..90ea3d395 100644 --- a/dashboard/src/translation/en.json +++ b/dashboard/src/translation/en.json @@ -980,7 +980,19 @@ "graphTitle": "Percentage", "graphSubtext": "Only apps using more than {{ threshold }} of cpu are shown" }, - "selectPeriodLabel": "Select Period" + "selectPeriodLabel": "Select Period", + "info": { + "platformVersion": "Platform Version", + "title": "Info", + "vendor": "Vendor", + "product": "Product", + "memory": "Memory", + "uptime": "Uptime", + "activationTime": "Cloudron Creation Time" + }, + "graphs": { + "title": "Graphs" + } }, "eventlog": { "title": "Event Log", diff --git a/dashboard/src/views/system.html b/dashboard/src/views/system.html index ff5526d14..2a8494598 100644 --- a/dashboard/src/views/system.html +++ b/dashboard/src/views/system.html @@ -14,20 +14,20 @@