From 657681e5e182252675a199ed90d1b0960a1ab670 Mon Sep 17 00:00:00 2001 From: Qi <474021214@qq.com> Date: Thu, 16 Feb 2023 20:20:24 +0800 Subject: [PATCH] Fix: modify tip in sign out modal (#1057) --- apps/web/src/components/enable-workspace-modal/index.tsx | 2 +- apps/web/src/components/logout-modal/index.tsx | 2 +- packages/i18n/src/resources/en.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web/src/components/enable-workspace-modal/index.tsx b/apps/web/src/components/enable-workspace-modal/index.tsx index a272d099ed..12a6367d43 100644 --- a/apps/web/src/components/enable-workspace-modal/index.tsx +++ b/apps/web/src/components/enable-workspace-modal/index.tsx @@ -40,7 +40,7 @@ export const EnableWorkspaceModal = ({ {t('Enable AFFiNE Cloud')}? {t('Enable AFFiNE Cloud Description')} - {/* {t('Retain local cached data')} */} + {/* {t('Retain cached cloud data')} */}
{ )} - {t('Retain local cached data')} + {t('Retain cached cloud data')} {blobDataSynced ? (
diff --git a/packages/i18n/src/resources/en.json b/packages/i18n/src/resources/en.json index ff94cf542f..cb3e2d0578 100644 --- a/packages/i18n/src/resources/en.json +++ b/packages/i18n/src/resources/en.json @@ -159,7 +159,7 @@ "Download data": "Download {{CoreOrAll}} data", "Back Home": "Back Home", "Set a Workspace name": "Set a Workspace name", - "Retain local cached data": "Retain local cached data", + "Retain cached cloud data": "Retain cached cloud data", "Wait for Sync": "Wait for Sync", "Force Sign Out": "Force Sign Out", "Local Workspace": "Local Workspace",