diff --git a/packages/node_modules/@node-red/nodes/core/network/21-httprequest.html b/packages/node_modules/@node-red/nodes/core/network/21-httprequest.html index 3e18f4fe7..6dc8af72a 100644 --- a/packages/node_modules/@node-red/nodes/core/network/21-httprequest.html +++ b/packages/node_modules/@node-red/nodes/core/network/21-httprequest.html @@ -127,12 +127,14 @@ { value: "Cache-Control", label: "Cache-Control", hasValue: false }, { value: "User-Agent", label: "User-Agent", hasValue: false }, { value: "Location", label: "Location", hasValue: false }, - { value: "other", label: "other", hasValue: true, icon: "red/images/typedInput/az.png" }, + { value: "other", label: RED._("node-red:httpin.label.other"), + hasValue: true, icon: "red/images/typedInput/az.png" }, { value: "msg", label: "msg.", hasValue: true }, ] const headerOptions = {}; const defaultOptions = [ - { value: "other", label: "other", hasValue: true, icon: "red/images/typedInput/az.png" }, + { value: "other", label: RED._("node-red:httpin.label.other"), + hasValue: true, icon: "red/images/typedInput/az.png" }, { value: "msg", label: "msg.", hasValue: true }, ]; headerOptions["accept"] = [