modify double-link feature

This commit is contained in:
xiaodong zuo
2022-09-06 14:33:32 +08:00
parent 7c28ebe914
commit 956727bc3b
@@ -103,7 +103,7 @@ export const DoubleLinkMenu = ({
items.push({
content: {
id: ADD_NEW_SUB_PAGE,
content: 'Add new page',
content: 'Add new sub-page',
icon: AddIcon,
},
});