mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-18 23:06:40 +00:00
Use warning in ha-alert for breaks_in_ha_version (#14186)
This commit is contained in:
parent
c8d16af1b5
commit
51febc2218
@ -57,7 +57,7 @@ class DialogRepairsIssue extends LitElement {
|
||||
<div>
|
||||
${this._issue.breaks_in_ha_version
|
||||
? html`
|
||||
<ha-alert alert-type="error">
|
||||
<ha-alert alert-type="warning">
|
||||
${this.hass.localize(
|
||||
"ui.panel.config.repairs.dialog.breaks_in_version",
|
||||
{ version: this._issue.breaks_in_ha_version }
|
||||
|
Loading…
x
Reference in New Issue
Block a user