diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-09-17 16:46:03 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-09-17 16:46:03 +0300 |
| commit | 01b8a27996db88f3ddf827fb2c1e7d7d3871dec0 (patch) | |
| tree | 9caea3474a41d499d4ec3234a51ddfe6479e96be /web/html/inbounds.html | |
| parent | 3764ece26c7496be421f42975fe32c2f4b3b0687 (diff) | |
bug fix
Diffstat (limited to 'web/html/inbounds.html')
| -rw-r--r-- | web/html/inbounds.html | 3 |
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> |
