Skip to content

Commit

Permalink
Update MQTT unavailable image / text
Browse files Browse the repository at this point in the history
  • Loading branch information
mman committed Sep 27, 2024
1 parent c32f4d9 commit a8df64e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Binary file added src/app/Marine2/images/mqtt-settings-v3.50.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/app/locales/languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
Expand Down

0 comments on commit a8df64e

Please sign in to comment.