mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 04:06:35 +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
|
<paper-fab
|
||||||
?is-wide=${this.isWide}
|
?is-wide=${this.isWide}
|
||||||
icon="hass:plus"
|
icon="hass:plus"
|
||||||
title="Create Area"
|
title="Add Person"
|
||||||
@click=${this._createPerson}
|
@click=${this._createPerson}
|
||||||
></paper-fab>
|
></paper-fab>
|
||||||
`;
|
`;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user