mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🎨 Title localization when creating a document https://github.com/siyuan-note/siyuan/issues/10719
This commit is contained in:
@@ -1738,7 +1738,7 @@ func getAvNames(avIDs string) (ret string) {
|
||||
continue
|
||||
}
|
||||
if "" == nodeAvName {
|
||||
nodeAvName = "Untitled"
|
||||
nodeAvName = Conf.language(105)
|
||||
}
|
||||
|
||||
tpl := strings.ReplaceAll(attrAvNameTpl, "${avID}", nodeAvID)
|
||||
|
||||
Reference in New Issue
Block a user