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:
Sean Mooney 2019-07-12 15:07:46 -04:00 committed by Paulus Schoutsen
parent cc969e547c
commit e99d6f8e6a

View File

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