mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-08 14:38:47 +00:00
use correct rutorrent rate units
This commit is contained in:
parent
26246c5997
commit
30f04f75f2
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ export default function Component({ service }) {
|
||||||
return (
|
return (
|
||||||
<Container service={service}>
|
<Container service={service}>
|
||||||
<Block label="rutorrent.active" value={active.length} />
|
<Block label="rutorrent.active" value={active.length} />
|
||||||
<Block label="rutorrent.upload" value={t("common.bitrate", { value: upload })} />
|
<Block label="rutorrent.upload" value={t("common.byterate", { value: upload })} />
|
||||||
<Block label="rutorrent.download" value={t("common.bitrate", { value: download })} />
|
<Block label="rutorrent.download" value={t("common.byterate", { value: download })} />
|
||||||
</Container>
|
</Container>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue