This commit is contained in:
mhsanaei 2025-09-17 15:46:03 +02:00
parent 3764ece26c
commit 01b8a27996
No known key found for this signature in database
GPG key ID: D875CD086CF668A0

View file

@ -568,8 +568,7 @@
<tr> <tr>
<td>{{ i18n "pages.inbounds.periodicTrafficResetTitle" }}</td> <td>{{ i18n "pages.inbounds.periodicTrafficResetTitle" }}</td>
<td> <td>
<a-tag color="blue">[[ i18n("pages.inbounds.periodicTrafficReset." + <a-tag color="blue">[[ dbInbound.trafficReset ]]</a-tag>
dbInbound.trafficReset) ]]</a-tag>
</td> </td>
</tr> </tr>
</table> </table>