From 0cdcd74c9dab9e44ff467bec81ac395f2b91cc0c Mon Sep 17 00:00:00 2001 From: ottersen <42288505+ottersen@users.noreply.github.com> Date: Mon, 7 Oct 2019 09:55:18 +0200 Subject: [PATCH] Correct usage of Zigbee vs ZigBee #2 (#3939) ref clarification by Zigbee Alliance of correct usage of "Zigbee" vs "ZigBee" https://twitter.com/Frenck/status/1178239254713061377 --- translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translations/en.json b/translations/en.json index 01df3bd3f2..1e2bbad85a 100644 --- a/translations/en.json +++ b/translations/en.json @@ -713,7 +713,7 @@ "services": { "reconfigure": "Reconfigure ZHA device (heal device). Use this if you are having issues with the device. If the device in question is a battery powered device please ensure it is awake and accepting commands when you use this service.", "updateDeviceName": "Set a custom name for this device in the device registry.", - "remove": "Remove a device from the ZigBee network." + "remove": "Remove a device from the Zigbee network." }, "device_card": { "device_name_placeholder": "User given name", @@ -1461,4 +1461,4 @@ "config_entry": "Config Entry" } } -} \ No newline at end of file +}