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")}