From de87aee15b6c5f2a7eb206b64d1730eb5bbe1862 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Thu, 28 Nov 2024 13:46:29 +0100 Subject: [PATCH] Replace add_zone with create_zone in ha-config-zone.ts (#23041) * Replace add_zone with create_zone in ha-config-zone.ts The action button is the only inconsistent item here now. * Remove orphaned "add_zone" string --- src/panels/config/zone/ha-config-zone.ts | 2 +- src/translations/en.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/panels/config/zone/ha-config-zone.ts b/src/panels/config/zone/ha-config-zone.ts index 25306721af..f7d27793a9 100644 --- a/src/panels/config/zone/ha-config-zone.ts +++ b/src/panels/config/zone/ha-config-zone.ts @@ -272,7 +272,7 @@ export class HaConfigZone extends SubscribeMixin(LitElement) { : ""} diff --git a/src/translations/en.json b/src/translations/en.json index 8069cf58ad..21ba065039 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -4351,7 +4351,6 @@ "introduction": "Zones allow you to specify certain regions on Earth. When a person is within a zone, the state will take the name from the zone. Zones can also be used as a trigger or condition inside automation setups.", "no_zones_created_yet": "Looks like you have not created any zones yet.", "create_zone": "Create zone", - "add_zone": "Add zone", "edit_zone": "Edit zone", "edit_home": "Edit home", "confirm_delete": "Are you sure you want to delete this zone?",