diff --git a/backend/app/api/v1/upgrade.go b/backend/app/api/v1/upgrade.go index f16d813f9..3853e616a 100644 --- a/backend/app/api/v1/upgrade.go +++ b/backend/app/api/v1/upgrade.go @@ -52,7 +52,7 @@ func (b *BaseApi) GetNotesByVersion(c *gin.Context) { // @Success 200 // @Security ApiKeyAuth // @Router /settings/upgrade [post] -// @x-panel-log {"bodyKeys":["version"],"paramKeys":[],"BeforeFunctions":[],"formatZH":"更新系统 => [version]","formatEN":"upgrade service => [version]"} +// @x-panel-log {"bodyKeys":["version"],"paramKeys":[],"BeforeFunctions":[],"formatZH":"更新系统 => [version]","formatEN":"upgrade system => [version]"} func (b *BaseApi) Upgrade(c *gin.Context) { var req dto.Upgrade if err := helper.CheckBindAndValidate(&req, c); err != nil {