mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 13:26:34 +00:00
Add missing localization on info page (#23787)
This commit is contained in:
parent
d67c463b98
commit
c430c28c2a
@ -156,7 +156,9 @@ class HaConfigInfo extends LitElement {
|
||||
</ul>
|
||||
</ha-card>
|
||||
<ha-card outlined class="ohf">
|
||||
<div>Proud part of</div>
|
||||
<div>
|
||||
${this.hass.localize("ui.panel.config.info.proud_part_of")}
|
||||
</div>
|
||||
<a
|
||||
href="https://www.openhomefoundation.org"
|
||||
target="_blank"
|
||||
|
@ -2933,6 +2933,7 @@
|
||||
"built_using": "Built using",
|
||||
"icons_by": "Icons by",
|
||||
"frontend_version_label": "Frontend",
|
||||
"proud_part_of": "Proud part of",
|
||||
"custom_uis": "Custom UIs:",
|
||||
"system_health_error": "System Health component is not loaded. Add 'system_health:' to configuration.yaml",
|
||||
"documentation": "Documentation",
|
||||
|
Loading…
x
Reference in New Issue
Block a user