diff --git a/src/lib/locales/en.json b/src/lib/locales/en.json
index 79822170b..b7194cabc 100644
--- a/src/lib/locales/en.json
+++ b/src/lib/locales/en.json
@@ -184,6 +184,7 @@
"build_pack": "Build Pack",
"destination": "Destination",
"application": "Application",
+ "url_fqdn": "URL (FQDN)",
"domain_fqdn": "Domain (FQDN)",
"https_explainer": "If you specify https, the application will be accessible only over https. SSL certificate will be generated for you.
If you specify www, the application will be redirected (302) from non-www and vice versa.
To modify the domain, you must first stop the application.
You must set your DNS to point to the server IP in advance.",
"ssl_www_and_non_www": "Generate SSL for www and non-www?",
diff --git a/src/lib/locales/fr.json b/src/lib/locales/fr.json
index 4ec496f31..36f10dfb4 100644
--- a/src/lib/locales/fr.json
+++ b/src/lib/locales/fr.json
@@ -55,6 +55,7 @@
"dns_not_set_partial_error": "DNS non défini",
"domain_already_in_use": "Le domaine {{domain}} est déjà utilisé.",
"domain_fqdn": "Domaine (FQDN)",
+ "url_fqdn": "URL (FQDN)",
"enable_auto_deploy_webhooks": "Activez le déploiement automatique via des webhooks.",
"enable_automatic_deployment": "Activer le déploiement automatique",
"enable_debug_log_during_build": "Activez les journaux de débogage pendant la phase de build.
Les informations sensibles peuvent être visibles et enregistrées dans les journaux.",
diff --git a/src/routes/applications/[id]/index.svelte b/src/routes/applications/[id]/index.svelte
index 835b96cfa..6f9554980 100644
--- a/src/routes/applications/[id]/index.svelte
+++ b/src/routes/applications/[id]/index.svelte
@@ -296,7 +296,7 @@