diff --git a/src/app/Marine2/components/ui/MqttUnavailable/MqttUnavailable.tsx b/src/app/Marine2/components/ui/MqttUnavailable/MqttUnavailable.tsx index 328494c7a..b36db3d64 100644 --- a/src/app/Marine2/components/ui/MqttUnavailable/MqttUnavailable.tsx +++ b/src/app/Marine2/components/ui/MqttUnavailable/MqttUnavailable.tsx @@ -1,6 +1,6 @@ import React, { useEffect, useRef, useState } from "react" import { translate } from "react-i18nify" -import MqttSettingsGuide from "../../../images/mqtt-settings-v2.42.png" +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" diff --git a/src/app/Marine2/images/mqtt-settings-v3.50.png b/src/app/Marine2/images/mqtt-settings-v3.50.png new file mode 100644 index 000000000..b9ac27178 Binary files /dev/null and b/src/app/Marine2/images/mqtt-settings-v3.50.png differ diff --git a/src/app/locales/languages/en.json b/src/app/locales/languages/en.json index 0f8da595b..291cbedbd 100644 --- a/src/app/locales/languages/en.json +++ b/src/app/locales/languages/en.json @@ -137,7 +137,7 @@ }, "mqttUnavailable1": "Could not connect to the MQTT server.", "mqttUnavailable2": "Please check that MQTT is enabled in your settings:", - "mqttUnavailable3": "Remote Console > Settings > Services > MQTT on LAN (Plaintext)", + "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.", "queryParams": "Query params: %{queryParams}",