Edited the delete message on removeEntry to match the resource type (#3000)

This commit is contained in:
heckler 2019-03-22 22:06:17 -03:00 committed by Paulus Schoutsen
parent 812c1362a6
commit 86940f4d42

View File

@ -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;
}