diff --git a/web/public/locales/en/views/explore.json b/web/public/locales/en/views/explore.json index e8a5153ee..22bf232bd 100644 --- a/web/public/locales/en/views/explore.json +++ b/web/public/locales/en/views/explore.json @@ -43,6 +43,7 @@ "adjustAnnotationSettings": "Adjust annotation settings", "scrollViewTips": "Scroll to view the significant moments of this object's lifecycle.", "autoTrackingTips": "Bounding box positions will be inaccurate for autotracking cameras.", + "count": "{{first}} of {{second}}", "lifecycleItemDesc": { "visible": "{{label}} detected", "entered_zone": "{{label}} entered {{zones}}", diff --git a/web/src/components/overlay/detail/ObjectLifecycle.tsx b/web/src/components/overlay/detail/ObjectLifecycle.tsx index b7c43b2a3..3fc702854 100644 --- a/web/src/components/overlay/detail/ObjectLifecycle.tsx +++ b/web/src/components/overlay/detail/ObjectLifecycle.tsx @@ -525,7 +525,10 @@ export default function ObjectLifecycle({ {t("objectLifecycle.scrollViewTips")}