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:
authorMHSanaei <ho3ein.sanaei@gmail.com>2023-05-22 11:09:21 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-05-22 11:09:21 +0300
commit0938519f49ab1cabf183ec5dc6629c28daa9fdf9 (patch)
treede7f5a78c0667c4974ff18e634891a0b9d04097b /web/assets
parent5f489c3d08b36c9569fa67f0c5bf46be8ada7b21 (diff)
bug fix - KeyContent
Diffstat (limited to 'web/assets')
-rw-r--r--web/assets/js/model/models.js2
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;