diff --git a/public/locales/en/common.json b/public/locales/en/common.json index 06d0cc27..225bdc85 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -84,10 +84,11 @@ "playing": "Playing", "transcoding": "Transcoding", "bitrate": "Bitrate", - "no_active": "No Active Streamsssssss" + "no_active": "No Active Streams" }, "omada": { - "activeUser": "Active users", + "activeUser": "Active devices", + "alerts": "Alerts", "connectedAp": "Connected APs" }, "nzbget": { diff --git a/src/widgets/omada/component.jsx b/src/widgets/omada/component.jsx index d54598da..a21ae94d 100644 --- a/src/widgets/omada/component.jsx +++ b/src/widgets/omada/component.jsx @@ -22,6 +22,7 @@ export default function Component({ service }) { + ); } @@ -30,6 +31,7 @@ export default function Component({ service }) { + ); }