From 7ceba218faba6177160823dda2c2c53520cab45b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Thu, 29 May 2025 10:59:58 +0300 Subject: [PATCH] Fix Zigbee capitalization in manage device button (#25637) --- src/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index 7fab97a767..316f78d7ec 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1782,7 +1782,7 @@ "buttons": { "add": "Add devices via this device", "remove": "Remove", - "manage": "Manage zigbee device", + "manage": "Manage Zigbee device", "reconfigure": "Reconfigure", "view_network": "View network" },