Skip to content

Commit

Permalink
Fix typo in energy: misplaced closing brace (home-assistant#86027)
Browse files Browse the repository at this point in the history
  • Loading branch information
lunmay authored and rlippmann committed Jan 18, 2023
1 parent ce6c7ea commit 99a20e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/energy/strings.json
Expand Up @@ -27,7 +27,7 @@
},
"entity_unexpected_unit_gas": {
"title": "[%key:component::energy::issues::entity_unexpected_unit_energy::title%]",
"description": "The following entities do not have an expected unit of measurement (either of {energy_units} for an energy sensor or either of {gas_units} for a gas sensor:)"
"description": "The following entities do not have an expected unit of measurement (either of {energy_units} for an energy sensor or either of {gas_units} for a gas sensor):"
},
"entity_unexpected_unit_water": {
"title": "[%key:component::energy::issues::entity_unexpected_unit_energy::title%]",
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/energy/translations/en.json
Expand Up @@ -37,7 +37,7 @@
"title": "Unexpected unit of measurement"
},
"entity_unexpected_unit_gas": {
"description": "The following entities do not have an expected unit of measurement (either of {energy_units} for an energy sensor or either of {gas_units} for a gas sensor:)",
"description": "The following entities do not have an expected unit of measurement (either of {energy_units} for an energy sensor or either of {gas_units} for a gas sensor):",
"title": "Unexpected unit of measurement"
},
"entity_unexpected_unit_gas_price": {
Expand Down

0 comments on commit 99a20e1

Please sign in to comment.