mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 09:26:14 -04:00
中文提示输入文档名称
This commit is contained in:
parent
8a6d639cec
commit
eea4f1a2d6
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ $(() => {
|
|||
if (padname.length > 0) {
|
||||
window.location.href = `p/${encodeURIComponent(padname.trim())}`;
|
||||
} else {
|
||||
alert('Please enter a name');
|
||||
alert('请示输入一个文档名称');
|
||||
}
|
||||
return false;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue