diff --git a/src/static/js/index.ts b/src/static/js/index.ts index c9cb7e456..deb8b8634 100644 --- a/src/static/js/index.ts +++ b/src/static/js/index.ts @@ -46,7 +46,7 @@ $(() => { if (padname.length > 0) { window.location.href = `p/${encodeURIComponent(padname.trim())}`; } else { - alert('Please enter a name'); + alert('请示输入一个文档名称'); } return false; });