diff --git a/web/html/xui/inbound_info_modal.html b/web/html/xui/inbound_info_modal.html index 9d1527b0..1a9c4ac0 100644 --- a/web/html/xui/inbound_info_modal.html +++ b/web/html/xui/inbound_info_modal.html @@ -11,7 +11,7 @@ - +
{{ i18n "protocol" }}[[ dbInbound.protocol ]]
{{ i18n "pages.inbounds.address" }}[[ dbInbound.address ]]
{{ i18n "pages.inbounds.address" }}[[ dbInbound.address ]]
{{ i18n "pages.inbounds.port" }}[[ dbInbound.port ]]
@@ -24,28 +24,28 @@ {{ i18n "host" }} [[ inbound.host ]] - {{ i18n "none" }} + {{ i18n "none" }} {{ i18n "path" }} - [[ inbound.path ]] + [[ inbound.path ]] {{ i18n "none" }} @@ -68,7 +68,7 @@ [[ inbound.settings.method ]] {{ i18n "password" }} - [[ inbound.settings.password ]] + [[ inbound.settings.password ]] {{ i18n "pages.inbounds.network" }} [[ inbound.settings.network ]] @@ -83,7 +83,7 @@ ID - [[ infoModal.clientSettings.id ]] + [[ infoModal.clientSettings.id ]] Flow @@ -91,7 +91,7 @@ Password - [[ infoModal.clientSettings.password ]] + [[ infoModal.clientSettings.password ]] {{ i18n "status" }} @@ -324,4 +324,4 @@ }); -{{end}} \ No newline at end of file +{{end}}