From 5e7a3db873466936a1ee1d2e9c6cd5b6cff0a1ec Mon Sep 17 00:00:00 2001
From: Tara Rostami <132676256+TaraRostami@users.noreply.github.com>
Date: Sat, 20 Sep 2025 02:36:56 -0500
Subject: Minor Fixes (#3520)
---
web/html/modals/inbound_info_modal.html | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
(limited to 'web/html/modals/inbound_info_modal.html')
diff --git a/web/html/modals/inbound_info_modal.html b/web/html/modals/inbound_info_modal.html
index 25f43506..8e4bfc2e 100644
--- a/web/html/modals/inbound_info_modal.html
+++ b/web/html/modals/inbound_info_modal.html
@@ -106,7 +106,10 @@
{{ i18n "none" }}
{{ i18n "encryption" }}
- [[ inbound.settings.encryption ? inbound.settings.encryption : '' ]]
+ [[ inbound.settings.encryption ? inbound.settings.encryption : '' ]]
+
+
+
{{ i18n "domainName" }}
--
cgit v1.2.3