diff --git a/src/app/Marine2/components/ui/MqttUnavailable/MqttUnavailable.tsx b/src/app/Marine2/components/ui/MqttUnavailable/MqttUnavailable.tsx
index b36db3d6..158f9584 100644
--- a/src/app/Marine2/components/ui/MqttUnavailable/MqttUnavailable.tsx
+++ b/src/app/Marine2/components/ui/MqttUnavailable/MqttUnavailable.tsx
@@ -1,6 +1,5 @@
import React, { useEffect, useRef, useState } from "react"
import { translate } from "react-i18nify"
-import MqttSettingsGuide from "../../../images/mqtt-settings-v3.50.png"
import Button from "../Button"
import { AppViews, useAppViewsStore } from "../../../modules/AppViews"
import { useMqtt } from "@victronenergy/mfd-modules"
@@ -62,13 +61,8 @@ const MqttUnavailable = ({ host }: Props) => {
-
{translate("error.mqttUnavailable1")}
-
{translate("error.mqttUnavailable2")}
-
{translate("error.mqttUnavailable3")}
-
{translate("error.mqttUnavailable4")}
-
-
-
+
{translate("error.wsMqttUnavailable1")}
+
{translate("error.wsMqttUnavailable2")}
diff --git a/src/app/Marine2/images/mqtt-settings-v2.42.png b/src/app/Marine2/images/mqtt-settings-v2.42.png
deleted file mode 100644
index 86f71696..00000000
Binary files a/src/app/Marine2/images/mqtt-settings-v2.42.png and /dev/null differ
diff --git a/src/app/Marine2/images/mqtt-settings-v3.50.png b/src/app/Marine2/images/mqtt-settings-v3.50.png
deleted file mode 100644
index b9ac2717..00000000
Binary files a/src/app/Marine2/images/mqtt-settings-v3.50.png and /dev/null differ
diff --git a/src/app/locales/languages/en.json b/src/app/locales/languages/en.json
index 291cbedb..fbb0a996 100644
--- a/src/app/locales/languages/en.json
+++ b/src/app/locales/languages/en.json
@@ -135,11 +135,8 @@
"sendReport": "Send error report",
"title": "An error occured while rendering the application."
},
- "mqttUnavailable1": "Could not connect to the MQTT server.",
- "mqttUnavailable2": "Please check that MQTT is enabled in your settings:",
- "mqttUnavailable3": "Remote Console > Settings > Services > MQTT Access",
- "mqttUnavailable4": "Try using the Remote Console button at the top of this screen to change your settings remotely.",
- "mqttUnavailable5": "You can also try connecting to your device remotely by selecting Remote from the menu above.",
+ "wsMqttUnavailable1": "Could not connect to the GX device.",
+ "wsMqttUnavailable2": "GX Error #60.",
"queryParams": "Query params: %{queryParams}",
"remoteConsole": {
"connectionFailed": "Unable to connect to the GX device",