diff --git a/web/src/components/timeline/DetailStream.tsx b/web/src/components/timeline/DetailStream.tsx
index a325a54f3..f96a18456 100644
--- a/web/src/components/timeline/DetailStream.tsx
+++ b/web/src/components/timeline/DetailStream.tsx
@@ -800,21 +800,27 @@ function LifecycleItem({
- {t("trackingDetails.lifecycleItemDesc.header.score")}
+ {t("trackingDetails.lifecycleItemDesc.header.score", {
+ ns: "views/explore",
+ })}
{score}
- {t("trackingDetails.lifecycleItemDesc.header.ratio")}
+ {t("trackingDetails.lifecycleItemDesc.header.ratio", {
+ ns: "views/explore",
+ })}
{ratio}
- {t("trackingDetails.lifecycleItemDesc.header.area")}{" "}
+ {t("trackingDetails.lifecycleItemDesc.header.area", {
+ ns: "views/explore",
+ })}{" "}
{attributeAreaPx !== undefined &&
attributeAreaPct !== undefined && (
@@ -824,7 +830,7 @@ function LifecycleItem({
{areaPx !== undefined && areaPct !== undefined ? (
- {areaPx} {t("pixels", { ns: "common" })}{" "}
+ {areaPx} {t("information.pixels", { ns: "common" })}{" "}
·{" "}
{areaPct}%
@@ -837,7 +843,9 @@ function LifecycleItem({
attributeAreaPct !== undefined && (
- {t("trackingDetails.lifecycleItemDesc.header.area")}{" "}
+ {t("trackingDetails.lifecycleItemDesc.header.area", {
+ ns: "views/explore",
+ })}{" "}
{attributeAreaPx !== undefined &&
attributeAreaPct !== undefined && (
@@ -846,7 +854,8 @@ function LifecycleItem({
)}
- {attributeAreaPx} {t("pixels", { ns: "common" })}{" "}
+ {attributeAreaPx}{" "}
+ {t("information.pixels", { ns: "common" })}{" "}
·{" "}
{attributeAreaPct}%