diff options
| -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> |
