Skip to content

Commit

Permalink
🎨 Title localization when creating a document #10719
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Mar 24, 2024
1 parent 2a8809b commit 6d83342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/model/mount.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 6d83342

Please sign in to comment.