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>2025-09-17 16:46:03 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2025-09-17 16:46:03 +0300
commit01b8a27996db88f3ddf827fb2c1e7d7d3871dec0 (patch)
tree9caea3474a41d499d4ec3234a51ddfe6479e96be /web/html/inbounds.html
parent3764ece26c7496be421f42975fe32c2f4b3b0687 (diff)
bug fix
Diffstat (limited to 'web/html/inbounds.html')
-rw-r--r--web/html/inbounds.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/web/html/inbounds.html b/web/html/inbounds.html
index 84b5fda8..1c48480d 100644
--- a/web/html/inbounds.html
+++ b/web/html/inbounds.html
@@ -568,8 +568,7 @@
<tr>
<td>{{ i18n "pages.inbounds.periodicTrafficResetTitle" }}</td>
<td>
- <a-tag color="blue">[[ i18n("pages.inbounds.periodicTrafficReset." +
- dbInbound.trafficReset) ]]</a-tag>
+ <a-tag color="blue">[[ dbInbound.trafficReset ]]</a-tag>
</td>
</tr>
</table>