diff --git a/docs/widgets/services/openwrt.md b/docs/widgets/services/openwrt.md index fa87cd60..c1c3ee94 100644 --- a/docs/widgets/services/openwrt.md +++ b/docs/widgets/services/openwrt.md @@ -13,12 +13,12 @@ widget: url: http://host.or.ip username: homepage password: pass - interfaceName: eth0 + interfaceName: eth0 # optional ``` ## Interface -Adding an interfaceName (e.g eth0) will display information for that particular device, otherwise it will display general system info. +Setting `interfaceName` (e.g. eth0) will display information for that particular device, otherwise the widget will display general system info. ## Authorization diff --git a/public/locales/en/common.json b/public/locales/en/common.json index 3b5012c7..040fc064 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -782,10 +782,9 @@ }, "openwrt": { "uptime": "Uptime", - "uptimeValue": "{{days}}d {{hours}}h {{minutes}}m {{seconds}}s", - "cpuLoad": "CPU Load Avg (5 mins)", - "up": "UP", - "down": "DOWN", + "cpuLoad": "CPU Load Avg (5m)", + "up": "Up", + "down": "Down", "bytesTx": "Transmitted", "bytesRx": "Received" }, diff --git a/src/widgets/openwrt/methods/system.jsx b/src/widgets/openwrt/methods/system.jsx index 007077ba..e8d8d5d1 100644 --- a/src/widgets/openwrt/methods/system.jsx +++ b/src/widgets/openwrt/methods/system.jsx @@ -22,12 +22,7 @@ export default function Component({ service }) {