mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 09:21:24 +08:00
fix: i18n word
This commit is contained in:
@@ -9,7 +9,7 @@ export const ExportPage = ({ workspace }: { workspace: WorkspaceUnit }) => {
|
|||||||
<>
|
<>
|
||||||
<Wrapper marginBottom="32px"> {t('Export Description')}</Wrapper>
|
<Wrapper marginBottom="32px"> {t('Export Description')}</Wrapper>
|
||||||
<Button type="light" shape="circle" disabled>
|
<Button type="light" shape="circle" disabled>
|
||||||
{t('Export AFFINE backup file (coming soon)')}
|
{t('Export AFFINE backup file')}
|
||||||
</Button>
|
</Button>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user