diff --git a/src/panels/config/person/ha-config-person.ts b/src/panels/config/person/ha-config-person.ts index bc9ea04ca2..470e9de8b5 100644 --- a/src/panels/config/person/ha-config-person.ts +++ b/src/panels/config/person/ha-config-person.ts @@ -180,9 +180,9 @@ class HaConfigPerson extends LitElement { }, removeEntry: async () => { if ( - !confirm(`Are you sure you want to delete this area? + !confirm(`Are you sure you want to delete this person? -All devices in this area will become unassigned.`) +All devices belonging to this person will become unassigned.`) ) { return false; }