mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-06 21:57:48 +01:00
use correct rutorrent rate units
This commit is contained in:
@@ -34,8 +34,8 @@ export default function Component({ service }) {
|
||||
return (
|
||||
<Container service={service}>
|
||||
<Block label="rutorrent.active" value={active.length} />
|
||||
<Block label="rutorrent.upload" value={t("common.bitrate", { value: upload })} />
|
||||
<Block label="rutorrent.download" value={t("common.bitrate", { value: download })} />
|
||||
<Block label="rutorrent.upload" value={t("common.byterate", { value: upload })} />
|
||||
<Block label="rutorrent.download" value={t("common.byterate", { value: download })} />
|
||||
</Container>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user