Skip to content

Commit b7042bf

Browse files
committed
Units again
1 parent 98bc471 commit b7042bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/widgets/resources/network.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ export default function Network({ options, refresh = 1500 }) {
3737
icon={FaNetworkWired}
3838
value={`${t("common.byterate", { value: data.network.tx_sec })} ↑`}
3939
label={`${t("common.byterate", { value: data.network.rx_sec })} ↓`}
40-
expandedValue={`${t("common.bbytes", { value: data.network.tx_bytes })} ↑`}
41-
expandedLabel={`${t("common.bbytes", { value: data.network.rx_bytes })} ↓`}
40+
expandedValue={`${t("common.bytes", { value: data.network.tx_bytes })} ↑`}
41+
expandedLabel={`${t("common.bytes", { value: data.network.rx_bytes })} ↓`}
4242
expanded={options.expanded}
4343
wide
4444
percentage={(100 * data.network.rx_sec) / (data.network.rx_sec + data.network.tx_sec)}

0 commit comments

Comments
 (0)