mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +00:00
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
This commit is contained in:
parent
36312cc273
commit
de87aee15b
@ -272,7 +272,7 @@ export class HaConfigZone extends SubscribeMixin(LitElement) {
|
||||
: ""}
|
||||
<ha-fab
|
||||
slot="fab"
|
||||
.label=${hass.localize("ui.panel.config.zone.add_zone")}
|
||||
.label=${hass.localize("ui.panel.config.zone.create_zone")}
|
||||
extended
|
||||
@click=${this._createZone}
|
||||
>
|
||||
|
@ -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?",
|
||||
|
Loading…
x
Reference in New Issue
Block a user