From 202685b39fc1ac44638fb5141ec46d4928c06bee Mon Sep 17 00:00:00 2001 From: Philipinho <16838612+Philipinho@users.noreply.github.com> Date: Tue, 3 Feb 2026 13:09:56 -0800 Subject: [PATCH] fix translation --- apps/client/public/locales/en-US/translation.json | 2 -- .../src/features/page-history/components/history-list.tsx | 2 +- .../features/page-history/components/history-modal-mobile.tsx | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/apps/client/public/locales/en-US/translation.json b/apps/client/public/locales/en-US/translation.json index a10f6762..1d2d8391 100644 --- a/apps/client/public/locales/en-US/translation.json +++ b/apps/client/public/locales/en-US/translation.json @@ -123,10 +123,8 @@ "page": "page", "Page deleted successfully": "Page deleted successfully", "Page history": "Page history", - "Version history for": "Version history for", "document": "document", "Select version": "Select version", - "Close": "Close", "Highlight changes": "Highlight changes", "Page import is in progress. Please do not close this tab.": "Page import is in progress. Please do not close this tab.", "Pages": "Pages", 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 0853b6d1..4024901b 100644 --- a/apps/client/src/features/page-history/components/history-list.tsx +++ b/apps/client/src/features/page-history/components/history-list.tsx @@ -157,7 +157,7 @@ function HistoryList({ pageId }: Props) { size="compact-md" onClick={() => setHistoryModalOpen(false)} > - {t("Close")} + {t("Cancel")}