diff --git a/web/html/component/aClientTable.html b/web/html/component/aClientTable.html
index 067bf64b..d9a9b5f5 100644
--- a/web/html/component/aClientTable.html
+++ b/web/html/component/aClientTable.html
@@ -112,7 +112,7 @@
{{ i18n "pages.client.delayedStart" }}
- [[ IntlUtil.formatDate(client._expiryTime) ]]
+ [[ IntlUtil.formatDate(client.expiryTime) ]]
@@ -129,7 +129,7 @@
{{ i18n "pages.client.delayedStart" }}
- [[ IntlUtil.formatDate(client._expiryTime) ]]
+ [[ IntlUtil.formatDate(client.expiryTime) ]]
[[ IntlUtil.formatRelativeTime(client.expiryTime) ]]
@@ -221,7 +221,7 @@
{{ i18n "pages.client.delayedStart" }}
- [[ IntlUtil.formatDate(client._expiryTime) ]]
+ [[ IntlUtil.formatDate(client.expiryTime) ]]
@@ -233,7 +233,7 @@
{{ i18n "pages.client.delayedStart" }}
- [[ IntlUtil.formatDate(client._expiryTime) ]]
+ [[ IntlUtil.formatDate(client.expiryTime) ]]
[[ IntlUtil.formatRelativeTime(client.expiryTime) ]]
diff --git a/web/html/inbounds.html b/web/html/inbounds.html
index ab2381fb..86bde2c8 100644
--- a/web/html/inbounds.html
+++ b/web/html/inbounds.html
@@ -389,7 +389,7 @@
- [[ IntlUtil.formatRelativeTime(dbInbound._expiryTime) ]]
+ [[ IntlUtil.formatRelativeTime(dbInbound.expiryTime) ]]