Skip to content

Commit cc7cdc5

Browse files
author
Dennis Braun
committed
Fix MQTT topic prefix placeholder to match actual default
1 parent cb4a503 commit cc7cdc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/setup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ <h2>{{ t.mqtt_broker }}</h2>
285285
</div>
286286
<div class="form-row full">
287287
<label for="mqtt_topic_prefix">{{ t.topic_prefix }}</label>
288-
<input type="text" id="mqtt_topic_prefix" name="mqtt_topic_prefix" value="{{ config.mqtt_topic_prefix }}" placeholder="fritzbox/docsis">
288+
<input type="text" id="mqtt_topic_prefix" name="mqtt_topic_prefix" value="{{ config.mqtt_topic_prefix }}" placeholder="docsight">
289289
</div>
290290
</div>
291291
<div class="btn-row">

0 commit comments

Comments
 (0)