mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 03:36:44 +00:00
Add seperator to dialog-repairs-issue-subtitle (#22095)
This commit is contained in:
parent
27bdf80168
commit
dd179e1f4e
@ -20,9 +20,9 @@ class DialogRepairsIssueSubtitle extends LitElement {
|
||||
protected render() {
|
||||
const domainName = domainToName(this.hass.localize, this.issue.domain);
|
||||
const reportedBy = domainName
|
||||
? this.hass.localize("ui.panel.config.repairs.reported_by", {
|
||||
? ` ⸱ ${this.hass.localize("ui.panel.config.repairs.reported_by", {
|
||||
integration: domainName,
|
||||
})
|
||||
})}`
|
||||
: "";
|
||||
|
||||
const severity = this.hass.localize(
|
||||
|
Loading…
x
Reference in New Issue
Block a user