fix: i18n word

This commit is contained in:
QiShaoXuan
2023-02-08 18:38:28 +08:00
parent a3a94a9d0f
commit f8995e8a87
@@ -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>
</> </>
); );