mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +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() {
|
protected render() {
|
||||||
const domainName = domainToName(this.hass.localize, this.issue.domain);
|
const domainName = domainToName(this.hass.localize, this.issue.domain);
|
||||||
const reportedBy = domainName
|
const reportedBy = domainName
|
||||||
? this.hass.localize("ui.panel.config.repairs.reported_by", {
|
? ` ⸱ ${this.hass.localize("ui.panel.config.repairs.reported_by", {
|
||||||
integration: domainName,
|
integration: domainName,
|
||||||
})
|
})}`
|
||||||
: "";
|
: "";
|
||||||
|
|
||||||
const severity = this.hass.localize(
|
const severity = this.hass.localize(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user