diff --git a/html/launcher.php b/html/launcher.php
index 065fc8b..c6dc756 100755
--- a/html/launcher.php
+++ b/html/launcher.php
@@ -1184,7 +1184,7 @@ if ($type == "wifi_forget") {
'step1' => "Le capteur oublie le réseau WiFi actuel",
'step2' => "Le hotspot va démarrer automatiquement",
'step3' => "Connectez-vous au WiFi « $deviceName » (mot de passe : nebuleaircfg)",
- 'step4' => "Accédez au capteur via http://192.168.43.1/html/",
+ 'step4' => "Accédez au capteur via http://10.42.0.1/html/",
'warning' => "Le capteur ne se reconnectera plus automatiquement à ce réseau"
],
'en' => [
@@ -1192,7 +1192,7 @@ if ($type == "wifi_forget") {
'step1' => "The sensor is forgetting the current WiFi network",
'step2' => "The hotspot will start automatically",
'step3' => "Connect to WiFi « $deviceName » (password: nebuleaircfg)",
- 'step4' => "Access the sensor via http://192.168.43.1/html/",
+ 'step4' => "Access the sensor via http://10.42.0.1/html/",
'warning' => "The sensor will no longer auto-connect to this network"
]
]