This commit is contained in:
Daniel 2025-03-26 12:23:43 +08:00
parent 038d05d0f4
commit 3206d718da
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

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