diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-22 11:09:21 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-22 11:09:21 +0300 |
| commit | 0938519f49ab1cabf183ec5dc6629c28daa9fdf9 (patch) | |
| tree | de7f5a78c0667c4974ff18e634891a0b9d04097b /web/assets/js | |
| parent | 5f489c3d08b36c9569fa67f0c5bf46be8ada7b21 (diff) | |
bug fix - KeyContent
Diffstat (limited to 'web/assets/js')
| -rw-r--r-- | web/assets/js/model/models.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/assets/js/model/models.js b/web/assets/js/model/models.js index e1fb5d02..dc4c85d0 100644 --- a/web/assets/js/model/models.js +++ b/web/assets/js/model/models.js @@ -181,7 +181,7 @@ class AllSetting { this.tgRunTime = "@daily"; this.tgBotBackup = false; this.tgCpu = ""; - this.tgLang = ""; + this.tgLang = "en-US"; this.xrayTemplateConfig = ""; this.secretEnable = false; |
