mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Remove weird colon from integration setup error text (#17086)
This commit is contained in:
parent
6d1ea41449
commit
fc86c82540
@ -543,8 +543,7 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) {
|
|||||||
];
|
];
|
||||||
if (item.reason) {
|
if (item.reason) {
|
||||||
this.hass.loadBackendTranslation("config", item.domain);
|
this.hass.loadBackendTranslation("config", item.domain);
|
||||||
stateTextExtra = html`:
|
stateTextExtra = html`${this.hass.localize(
|
||||||
${this.hass.localize(
|
|
||||||
`component.${item.domain}.config.error.${item.reason}`
|
`component.${item.domain}.config.error.${item.reason}`
|
||||||
) || item.reason}`;
|
) || item.reason}`;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user