From 825008e24a9c88ec3328405e72d762263bd25d1a Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Wed, 21 Dec 2022 17:06:40 +0100 Subject: [PATCH] Use a capitol for `Topic` in MQTT config panel. (#14843) --- src/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index 5cc1fd033d..58faa9c941 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -3225,7 +3225,7 @@ "mqtt": { "title": "MQTT", "description_publish": "Publish a packet", - "topic": "topic", + "topic": "Topic", "payload": "Payload (template allowed)", "publish": "Publish", "description_listen": "Listen to a topic",