🎨 Title localization when creating a document https://github.com/siyuan-note/siyuan/issues/10719

This commit is contained in:
Daniel 2024-03-24 22:15:53 +08:00
parent 2a8809bc7e
commit 6d833429c9
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -71,7 +71,7 @@ func RenameBox(boxID, name string) (err error) {
}
if 512 < utf8.RuneCountInString(name) {
// 限制笔记本名和文档名最大长度为 `512`
// 限制笔记本名和文档名最大长度为 `512` https://github.com/siyuan-note/siyuan/issues/6299
err = errors.New(Conf.Language(106))
return
}