mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 10:46:31 +00:00
Use language files for MQTT stickers (#23355)
This commit is contained in:
parent
2e251468f9
commit
060f47678d
@ -2120,9 +2120,9 @@ bool Xdrv02(uint32_t function)
|
||||
case FUNC_WEB_STATUS_RIGHT:
|
||||
if (MqttIsConnected()) {
|
||||
if (MqttTLSEnabled()) {
|
||||
WSContentStatusSticker(PSTR("MQTT TLS"));
|
||||
WSContentStatusSticker(PSTR(D_MQTT_TLS_ENABLE));
|
||||
} else {
|
||||
WSContentStatusSticker(PSTR("MQTT"));
|
||||
WSContentStatusSticker(PSTR(D_MQTT));
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user