diff --git a/src/widgets/truenas/pool.jsx b/src/widgets/truenas/pool.jsx
index 14804c07864..7877526ecdc 100644
--- a/src/widgets/truenas/pool.jsx
+++ b/src/widgets/truenas/pool.jsx
@@ -22,17 +22,15 @@ export default function Pool({ name, free, allocated, healthy }) {
- {t("common.bytes", {
+ {`${t("common.bytes", {
value: allocated,
maximumFractionDigits: 1,
binary: true,
- })}{" "}
- /{" "}
- {t("common.bytes", {
+ })} / ${t("common.bytes", {
value: free + allocated,
maximumFractionDigits: 1,
binary: true,
- })}
+ })}`}
({usedPercent}%)