mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-22 00:06:09 +01:00
🎨 Supports local shorthands on Android https://github.com/siyuan-note/siyuan/issues/14414
This commit is contained in:
parent
038d05d0f4
commit
3206d718da
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ func moveLocalShorthands(c *gin.Context) {
|
|||
}
|
||||
if "" == id {
|
||||
ret.Code = 1
|
||||
ret.Msg = "No local shorthands need to move"
|
||||
ret.Msg = "No local shorthand need to move"
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue