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:
-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>