diff --git a/src/components/ha-related-items.ts b/src/components/ha-related-items.ts index 4596b453b5..4bdcdda1e9 100644 --- a/src/components/ha-related-items.ts +++ b/src/components/ha-related-items.ts @@ -58,6 +58,7 @@ export class HaRelatedItems extends SubscribeMixin(LitElement) { getConfigEntries(this.hass).then((configEntries) => { this._entries = configEntries; }); + this.hass.loadBackendTranslation("title"); } protected updated(changedProps: PropertyValues) {