Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/service/setting.go')
-rw-r--r--web/service/setting.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/service/setting.go b/web/service/setting.go
index 7c42b5fe..4d9231b3 100644
--- a/web/service/setting.go
+++ b/web/service/setting.go
@@ -69,7 +69,7 @@ func (s *SettingService) GetAllSetting() (*entity.AllSetting, error) {
}
if !found {
- // 有些设置自动生成,不需要返回到前端给用户修改
+ // Some settings are automatically generated, no need to return to the front end to modify the user
return nil
}