Fix: modify tip in sign out modal (#1057)

This commit is contained in:
Qi 2023-02-16 20:20:24 +08:00 committed by GitHub
parent 88a690a7d1
commit 657681e5e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ export const EnableWorkspaceModal = ({
<Content>
<ContentTitle>{t('Enable AFFiNE Cloud')}?</ContentTitle>
<StyleTips>{t('Enable AFFiNE Cloud Description')}</StyleTips>
{/* <StyleTips>{t('Retain local cached data')}</StyleTips> */}
{/* <StyleTips>{t('Retain cached cloud data')}</StyleTips> */}
<div>
<StyleButton
shape="round"

View File

@ -50,7 +50,7 @@ export const LogoutModal = ({ open, onClose }: LoginModalProps) => {
<UnCheck></UnCheck>
</StyleCheck>
)}
{t('Retain local cached data')}
{t('Retain cached cloud data')}
</StyleTips>
{blobDataSynced ? (
<div>

View File

@ -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",