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
path: root/web/job
diff options
context:
space:
mode:
authorMHSanaei <mc.sanaei@gmail.com>2023-02-20 20:29:55 +0300
committerMHSanaei <mc.sanaei@gmail.com>2023-02-20 20:29:55 +0300
commitadd853fadaebeed99d2eadcf6ec2fa9396bf6ccd (patch)
treed55598f4ef7d0b812ff9a721a72aad7b2a298ded /web/job
parentd4c8b926d3a35e8b632ddd290599d3b344e13fc3 (diff)
update pack 3
user pass will be generated randomly upgrade all dependencies move add client buttom
Diffstat (limited to 'web/job')
-rw-r--r--web/job/stats_notify_job.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/job/stats_notify_job.go b/web/job/stats_notify_job.go
index 92963127..21f61a1e 100644
--- a/web/job/stats_notify_job.go
+++ b/web/job/stats_notify_job.go
@@ -240,7 +240,7 @@ func (j *StatsNotifyJob) getClientUsage(id string) string {
} else {
total = fmt.Sprintf("%s", common.FormatTraffic((traffic.Total)))
}
- output := fmt.Sprintf("💡 Active: %t\r\n📧 Email: %s\r\n🔼 Upload↑: %s\r\n🔽 Download↓: %s\r\n🔄 Total: %s / %s\r\n📅 Expire in: %s\r\n",
+ output := fmt.Sprintf("💡 Active: %t\r\n📧 Email: %s\r\n🔼 Download↑: %s\r\n🔽 Upload↓: %s\r\n🔄 Total: %s / %s\r\n📅 Expire in: %s\r\n",
traffic.Enable, traffic.Email, common.FormatTraffic(traffic.Up), common.FormatTraffic(traffic.Down), common.FormatTraffic((traffic.Up + traffic.Down)),
total, expiryTime)