From 5de53964d993996f75cec26616f93ccf7f5836b3 Mon Sep 17 00:00:00 2001 From: Tomasz Date: Wed, 27 Mar 2024 12:05:59 +0100 Subject: [PATCH] Update en.json - fix expand_label_id, use areas instead of area (#20200) Update en.json --- 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 dc50ed335d..4827539bcc 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -487,7 +487,7 @@ "expand_floor_id": "Split this floor into separate areas.", "expand_area_id": "Split this area into separate devices and entities.", "expand_device_id": "Split this device into separate entities.", - "expand_label_id": "Split this label into separate area, devices and entities.", + "expand_label_id": "Split this label into separate areas, devices and entities.", "remove": "Remove", "remove_floor_id": "Remove floor", "remove_area_id": "Remove area",