Skip to content

Commit

Permalink
Add missing localization on info page (#23787)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbede authored Jan 18, 2025
1 parent d67c463 commit c430c28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/panels/config/info/ha-config-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c430c28

Please sign in to comment.