From acfc41665164c639069f995013756f8e7f268e8e Mon Sep 17 00:00:00 2001 From: YDKK Date: Wed, 13 May 2026 14:53:09 +0000 Subject: [PATCH] fix: fix ReviewTimeline ZoomIn/Out tooltip text --- web/src/components/timeline/ReviewTimeline.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/timeline/ReviewTimeline.tsx b/web/src/components/timeline/ReviewTimeline.tsx index 21925fa007..4b55d92494 100644 --- a/web/src/components/timeline/ReviewTimeline.tsx +++ b/web/src/components/timeline/ReviewTimeline.tsx @@ -539,7 +539,7 @@ export function ReviewTimeline({ - {t("zoomIn")} + {t("zoomOut")} @@ -562,7 +562,7 @@ export function ReviewTimeline({ - {t("zoomOut")} + {t("zoomIn")}