From 2ec68170d32d0419122065a298f78597b6d92130 Mon Sep 17 00:00:00 2001
From: "Danil S." <135337715+sh1shd@users.noreply.github.com>
Date: Sat, 15 Nov 2025 03:43:05 +0000
Subject: [PATCH] fix: show last traffic reset
---
web/html/form/inbound.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/html/form/inbound.html b/web/html/form/inbound.html
index edcd8ca3..fdd381b0 100644
--- a/web/html/form/inbound.html
+++ b/web/html/form/inbound.html
@@ -52,7 +52,7 @@
{{ i18n "pages.inbounds.lastReset" }}:
- [[ IntlUtil.formatDate(dbInbound.lastTrafficResetTime) ]]
+ [[ IntlUtil.formatDate(dbInbound.lastTrafficResetTime) ]]
{{ i18n "pages.inbounds.periodicTrafficResetTitle" }}