diff --git a/web/html/xui/inbound_client_table.html b/web/html/xui/inbound_client_table.html
index 5eed94bb..d17a2692 100644
--- a/web/html/xui/inbound_client_table.html
+++ b/web/html/xui/inbound_client_table.html
@@ -6,14 +6,14 @@
{{ i18n "qrCode" }}
{{ i18n "info" }}
- {{ i18n "pages.inbounds.resetTraffic" }}
+ {{ i18n "pages.inbounds.resetTraffic" }}
[[ client.email ]]
- expired
+ {{ i18n "disabled" }}
{{ i18n "usage" }}: [[ sizeFormat(getUpStats(record, client.email) + getDownStats(record, client.email)) ]]
diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html
index c941e31d..2b93e5c0 100644
--- a/web/html/xui/inbounds.html
+++ b/web/html/xui/inbounds.html
@@ -475,6 +475,9 @@
}
}
}
+ else{
+ return true
+ }
},
},
watch: {