mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 16:58:49 +01:00
🎨 Improve database reference anchor text https://github.com/siyuan-note/siyuan/issues/11035
This commit is contained in:
parent
97f8d6c013
commit
6c4dd3674d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue