mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 19:42:19 +03:00
Fix: modify tip in sign out modal (#1057)
This commit is contained in:
parent
88a690a7d1
commit
657681e5e1
@ -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"
|
||||
|
@ -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>
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user