From 3470392b079b26aa635df87c9f78ee13350d09a8 Mon Sep 17 00:00:00 2001 From: Philipinho <16838612+Philipinho@users.noreply.github.com> Date: Tue, 11 Aug 2026 21:46:21 +0100 Subject: [PATCH] fix(client): shorten compare confirm button label to fit sidebar footer --- .../src/features/page-history/components/history-list.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/features/page-history/components/history-list.tsx b/apps/client/src/features/page-history/components/history-list.tsx index d82ade3b4..ac761ba82 100644 --- a/apps/client/src/features/page-history/components/history-list.tsx +++ b/apps/client/src/features/page-history/components/history-list.tsx @@ -229,7 +229,7 @@ function HistoryList({ pageId }: Props) { disabled={compareSelection.length !== 2} onClick={handleConfirmCompare} > - {t("Compare versions")} + {t("Compare")}