From acad9f57f908a73c18cc29b39ed46d6ec0879441 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Fri, 30 Mar 2018 14:03:04 +0100 Subject: [PATCH] Add "not available" to common messages --- nodes/core/locales/en-US/messages.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nodes/core/locales/en-US/messages.json b/nodes/core/locales/en-US/messages.json index 369b49327..241aab815 100644 --- a/nodes/core/locales/en-US/messages.json +++ b/nodes/core/locales/en-US/messages.json @@ -763,7 +763,9 @@ "status": { "stopped": "stopped", "closed": "closed", - "not-running": "not running" + "not-running": "not running", + "not-available": "not available", + "na": "N/A : __value__" }, "errors": { "ignorenode": "Ignoring Raspberry Pi specific node",