mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +00:00
Add correct button label to "no_state" statistics fix dialog (#10628)
This commit is contained in:
parent
e9f0967578
commit
822590ec8a
@ -176,6 +176,7 @@ class HaPanelDevStatistics extends LitElement {
|
||||
it from your database.<br /><br />Do you want to permanently remove
|
||||
the long term statistics of ${issue.data.statistic_id} from your
|
||||
database?`,
|
||||
confirmText: this.hass.localize("ui.common.remove"),
|
||||
confirm: async () => {
|
||||
await clearStatistics(this.hass, [issue.data.statistic_id]);
|
||||
this._validateStatistics();
|
||||
|
Loading…
x
Reference in New Issue
Block a user