From add853fadaebeed99d2eadcf6ec2fa9396bf6ccd Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Mon, 20 Feb 2023 20:59:55 +0330 Subject: update pack 3 user pass will be generated randomly upgrade all dependencies move add client buttom --- web/job/stats_notify_job.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/job') 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) -- cgit v1.2.3