mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 01:36:49 +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
|
it from your database.<br /><br />Do you want to permanently remove
|
||||||
the long term statistics of ${issue.data.statistic_id} from your
|
the long term statistics of ${issue.data.statistic_id} from your
|
||||||
database?`,
|
database?`,
|
||||||
|
confirmText: this.hass.localize("ui.common.remove"),
|
||||||
confirm: async () => {
|
confirm: async () => {
|
||||||
await clearStatistics(this.hass, [issue.data.statistic_id]);
|
await clearStatistics(this.hass, [issue.data.statistic_id]);
|
||||||
this._validateStatistics();
|
this._validateStatistics();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user