mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 19:26:36 +00:00
Edited the delete message on removeEntry to match the resource type (#3000)
This commit is contained in:
parent
812c1362a6
commit
86940f4d42
@ -180,9 +180,9 @@ class HaConfigPerson extends LitElement {
|
|||||||
},
|
},
|
||||||
removeEntry: async () => {
|
removeEntry: async () => {
|
||||||
if (
|
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;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user