1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-28 08:06:56 +00:00

update newly created wiki page name (#7666)

This commit is contained in:
Guodong SU
2025-03-28 16:27:19 +08:00
committed by GitHub
parent f7aaa0bff4
commit 29c8c12fa8
3 changed files with 5 additions and 5 deletions

View File

@@ -13,6 +13,6 @@ const WIKI_COVER_LIST = [
'wiki-cover-9.jpg',
];
const DEFAULT_PAGE_NAME = 'Untitled';
const DEFAULT_PAGE_NAME = 'New page';
export { FOLDER, PAGE, WIKI_COVER_LIST, DEFAULT_PAGE_NAME };