From e20fc521b144be42f5615449be47a183c6f888a2 Mon Sep 17 00:00:00 2001 From: YDKK Date: Thu, 14 May 2026 00:28:20 +0900 Subject: [PATCH] fix: fix ReviewTimeline ZoomIn/Out tooltip text (#23184) --- 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 21925fa00..4b55d9249 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")}