🎨 Improve database reference anchor text https://github.com/siyuan-note/siyuan/issues/11035

This commit is contained in:
Daniel 2024-04-15 18:54:33 +08:00
parent 97f8d6c013
commit 6c4dd3674d
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -200,7 +200,7 @@ func getNodeRefText0(node *ast.Node) string {
case ast.NodeAttributeView:
ret, _ := av.GetAttributeViewName(node.AttributeViewID)
if "" == ret {
ret = "Database " + Conf.language(105)
ret = "Database..."
}
return ret
}