From 86940f4d42f16f3622b54bd110feda2b6e789864 Mon Sep 17 00:00:00 2001 From: heckler Date: Fri, 22 Mar 2019 22:06:17 -0300 Subject: [PATCH] Edited the delete message on removeEntry to match the resource type (#3000) --- src/panels/config/person/ha-config-person.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }