From 43c6df49d7baf32980865d1f69b3a19c3077abca Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Sun, 3 Jan 2016 22:32:16 +0000 Subject: [PATCH] Update typedInput nls --- red/api/locales/en-US/editor.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/red/api/locales/en-US/editor.json b/red/api/locales/en-US/editor.json index c098d01e1..08b93b7ef 100644 --- a/red/api/locales/en-US/editor.json +++ b/red/api/locales/en-US/editor.json @@ -204,11 +204,13 @@ "flows": "flows" } }, - "propertySelect": { + "typedInput": { "type": { "str": "string", "num": "number", - "re": "regular expression" + "re": "regular expression", + "bool": "boolean", + "json": "JSON" } } }