mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-06 07:23:38 +01:00
display as ms, not millisec or milliseconds
This commit is contained in:
parent
8f59c4a236
commit
0590896453
@ -37,7 +37,12 @@ export default function Component({ service }) {
|
|||||||
/>
|
/>
|
||||||
<Block
|
<Block
|
||||||
label={t("speedtest.ping")}
|
label={t("speedtest.ping")}
|
||||||
value={t("common.ms", { value: speedtestData.data.ping, style: "unit", unit: "millisecond" })}
|
value={t("common.ms", {
|
||||||
|
value: speedtestData.data.ping,
|
||||||
|
style: "unit",
|
||||||
|
unit: "millisecond",
|
||||||
|
unitDisplay: "narrow",
|
||||||
|
})}
|
||||||
/>
|
/>
|
||||||
</Container>
|
</Container>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user