chore: replace ambiguous "page" with "doc" (#5761)

close TOV-532
This commit is contained in:
JimmFly
2024-02-21 12:47:17 +00:00
parent 85be45a79c
commit c353b0d30f
8 changed files with 88 additions and 89 deletions
@@ -29,7 +29,7 @@ export const CreateNewPagePopup = ({
}}
>
<BlockCard
title={t['New Page']()}
title={t['com.affine.new.page-mode']()}
desc={t['com.affine.write_with_a_blank_page']()}
right={<PageIcon width={20} height={20} />}
onClick={createNewPage}