@@ -267,7 +268,7 @@
bind:setting={destination.isCoolifyProxyUsed}
on:click={changeProxySetting}
title={$t('destination.use_coolify_proxy')}
- description={`This will install a proxy on the destination to allow you to access your applications and services without any manual configuration.${
+ description={`Install & configure a proxy (based on Traefik) on the destination to allow you to access your applications and services without any manual configuration.${
cannotDisable
? 'You cannot disable this proxy as FQDN is configured for Coolify.'
: ''
diff --git a/apps/ui/src/routes/destinations/[id]/__layout.svelte b/apps/ui/src/routes/destinations/[id]/__layout.svelte
index 735265a5d..475dbc342 100644
--- a/apps/ui/src/routes/destinations/[id]/__layout.svelte
+++ b/apps/ui/src/routes/destinations/[id]/__layout.svelte
@@ -90,8 +90,12 @@
{#if $page.params.id !== 'new'}