mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 19:56:42 +00:00
Fix incorrect tooltip on Add Person button (#3355)
The tooltip for the add person button incorrectly says "Create Area" when hovered. This should fix it, I think.
This commit is contained in:
parent
cc969e547c
commit
e99d6f8e6a
@ -112,7 +112,7 @@ class HaConfigPerson extends LitElement {
|
||||
<paper-fab
|
||||
?is-wide=${this.isWide}
|
||||
icon="hass:plus"
|
||||
title="Create Area"
|
||||
title="Add Person"
|
||||
@click=${this._createPerson}
|
||||
></paper-fab>
|
||||
`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user