mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
reuse existing labels for tcp request buffer/string option
This commit is contained in:
parent
d3f978c90c
commit
a7413cccd0
@ -197,8 +197,8 @@
|
||||
<div class="form-row">
|
||||
<label for="node-input-out"><i class="fa fa-sign-out"></i> <span data-i18n="tcpin.label.return"></span></label>
|
||||
<select type="text" id="node-input-ret" style="width:54%;">
|
||||
<option value="buffer" data-i18n="tcpin.return.buffer"></option>
|
||||
<option value="string" data-i18n="tcpin.return.string"></option>
|
||||
<option value="buffer" data-i18n="tcpin.output.buffer"></option>
|
||||
<option value="string" data-i18n="tcpin.output.string"></option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-row">
|
||||
|
@ -598,9 +598,7 @@
|
||||
"character": "when character received is",
|
||||
"number": "a fixed number of chars",
|
||||
"never": "never - keep connection open",
|
||||
"immed": "immediately - don't wait for reply",
|
||||
"buffer": "a Buffer",
|
||||
"string": "a String"
|
||||
"immed": "immediately - don't wait for reply"
|
||||
},
|
||||
"status": {
|
||||
"connecting": "connecting to __host__:__port__",
|
||||
|
Loading…
Reference in New Issue
Block a user