mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 08:16:36 +00:00
Use this.hass.language since this.language is removed from localize mixin. (#1799)
This commit is contained in:
parent
42953a0b62
commit
5462a71f52
@ -168,7 +168,7 @@ class HaStateHistoryData extends LocalizeMixin(PolymerElement) {
|
|||||||
this.endTime,
|
this.endTime,
|
||||||
this.cacheConfig,
|
this.cacheConfig,
|
||||||
this.localize,
|
this.localize,
|
||||||
this.language
|
this.hass.language
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -189,7 +189,7 @@ class HaStateHistoryData extends LocalizeMixin(PolymerElement) {
|
|||||||
this.endTime,
|
this.endTime,
|
||||||
this.cacheConfig,
|
this.cacheConfig,
|
||||||
this.localize,
|
this.localize,
|
||||||
this.language
|
this.hass.language
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user