add missing message reference in websocket config node

This commit is contained in:
Hiroyasu Nishiyama 2018-11-02 23:40:14 +09:00
parent 2353f12cd6
commit ee66a12dad
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@
<input id="node-config-input-path" type="text" placeholder="/ws/example">
</div>
<div class="form-row">
<label for="node-config-input-wholemsg"></label>
<label for="node-config-input-wholemsg" data-i18n="websocket.sendrec"></label>
<select type="text" id="node-config-input-wholemsg" style="width: 70%;">
<option value="false" data-i18n="websocket.payload"></option>
<option value="true" data-i18n="websocket.message"></option>