diff --git a/frontend/src/components/ProxyHostForm.tsx b/frontend/src/components/ProxyHostForm.tsx index c0d8ccf3..4df9e055 100644 --- a/frontend/src/components/ProxyHostForm.tsx +++ b/frontend/src/components/ProxyHostForm.tsx @@ -641,7 +641,7 @@ export default function ProxyHostForm({ host, onSubmit, onCancel }: ProxyHostFor {dockerError && connectionSource !== 'custom' && (
Docker Connection Failed
@@ -893,7 +893,7 @@ export default function ProxyHostForm({ host, onSubmit, onCancel }: ProxyHostFor return (
Mobile App Compatibility Warning
@@ -956,7 +956,7 @@ export default function ProxyHostForm({ host, onSubmit, onCancel }: ProxyHostFor {formData.application !== 'none' && formData.domain_names && (
Standard Proxy Headers Disabled
@@ -1313,7 +1313,7 @@ export default function ProxyHostForm({ host, onSubmit, onCancel }: ProxyHostFor {/* New Domain Prompt Modal */} {showDomainPrompt && ( -