From 76afff2a6f5bcc2fad72955f15a216d0eebacacd Mon Sep 17 00:00:00 2001 From: Tara Rostami <132676256+TaraRostami@users.noreply.github.com> Date: Tue, 16 Sep 2025 02:25:21 -0500 Subject: UI Improvements and Fixes (#3470) --- web/html/modals/inbound_info_modal.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'web/html/modals') diff --git a/web/html/modals/inbound_info_modal.html b/web/html/modals/inbound_info_modal.html index 7b7b0af7..8b825ca8 100644 --- a/web/html/modals/inbound_info_modal.html +++ b/web/html/modals/inbound_info_modal.html @@ -102,14 +102,15 @@ [[ inbound.stream.security ]]
Authentication - [[ inbound.settings.selectedAuth ? inbound.settings.selectedAuth : '' ]] + [[ inbound.settings.selectedAuth ? inbound.settings.selectedAuth : '' ]] + {{ i18n "none" }}
{{ i18n "encryption" }} [[ inbound.settings.encryption ? inbound.settings.encryption : '' ]]
-- cgit v1.2.3