Explorar o código

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

Daniel hai 1 ano
pai
achega
6c4dd3674d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      kernel/model/blockinfo.go

+ 1 - 1
kernel/model/blockinfo.go

@@ -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
 	}