mirror of
https://github.com/LukeHagar/homepage.git
synced 2025-12-06 04:19:57 +00:00
Fix block label translation in strelaysrv widget
This commit is contained in:
@@ -29,7 +29,7 @@ export default function Component({ service }) {
|
|||||||
<Container service={service}>
|
<Container service={service}>
|
||||||
<Block label="strelaysrv.numActiveSessions" value={t("common.number", { value: statsData.numActiveSessions })} />
|
<Block label="strelaysrv.numActiveSessions" value={t("common.number", { value: statsData.numActiveSessions })} />
|
||||||
<Block label="strelaysrv.numConnections" value={t("common.number", { value: statsData.numConnections })} />
|
<Block label="strelaysrv.numConnections" value={t("common.number", { value: statsData.numConnections })} />
|
||||||
<Block label={t("strelaysrv.dataRelayed")} value={t("common.bytes", { value: statsData.bytesProxied })} />
|
<Block label="strelaysrv.dataRelayed" value={t("common.bytes", { value: statsData.bytesProxied })} />
|
||||||
<Block
|
<Block
|
||||||
label="strelaysrv.transferRate"
|
label="strelaysrv.transferRate"
|
||||||
value={t("common.bitrate", { value: statsData.kbps10s1m5m15m30m60m[5] })}
|
value={t("common.bitrate", { value: statsData.kbps10s1m5m15m30m60m[5] })}
|
||||||
|
|||||||
Reference in New Issue
Block a user