mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-08 06:38:46 +00:00
Fix block label translation in strelaysrv widget
This commit is contained in:
parent
914cd71c76
commit
49281b30c2
1 changed files with 1 additions and 1 deletions
|
@ -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] })}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue