mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-24 15:51:55 +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>
|
<Content>
|
||||||
<ContentTitle>{t('Enable AFFiNE Cloud')}?</ContentTitle>
|
<ContentTitle>{t('Enable AFFiNE Cloud')}?</ContentTitle>
|
||||||
<StyleTips>{t('Enable AFFiNE Cloud Description')}</StyleTips>
|
<StyleTips>{t('Enable AFFiNE Cloud Description')}</StyleTips>
|
||||||
{/* <StyleTips>{t('Retain local cached data')}</StyleTips> */}
|
{/* <StyleTips>{t('Retain cached cloud data')}</StyleTips> */}
|
||||||
<div>
|
<div>
|
||||||
<StyleButton
|
<StyleButton
|
||||||
shape="round"
|
shape="round"
|
||||||
|
@ -50,7 +50,7 @@ export const LogoutModal = ({ open, onClose }: LoginModalProps) => {
|
|||||||
<UnCheck></UnCheck>
|
<UnCheck></UnCheck>
|
||||||
</StyleCheck>
|
</StyleCheck>
|
||||||
)}
|
)}
|
||||||
{t('Retain local cached data')}
|
{t('Retain cached cloud data')}
|
||||||
</StyleTips>
|
</StyleTips>
|
||||||
{blobDataSynced ? (
|
{blobDataSynced ? (
|
||||||
<div>
|
<div>
|
||||||
|
@ -159,7 +159,7 @@
|
|||||||
"Download data": "Download {{CoreOrAll}} data",
|
"Download data": "Download {{CoreOrAll}} data",
|
||||||
"Back Home": "Back Home",
|
"Back Home": "Back Home",
|
||||||
"Set a Workspace name": "Set a Workspace name",
|
"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",
|
"Wait for Sync": "Wait for Sync",
|
||||||
"Force Sign Out": "Force Sign Out",
|
"Force Sign Out": "Force Sign Out",
|
||||||
"Local Workspace": "Local Workspace",
|
"Local Workspace": "Local Workspace",
|
||||||
|
Loading…
Reference in New Issue
Block a user