Skip to content

Commit

Permalink
Fix capitalization in Monzo strings (#117035)
Browse files Browse the repository at this point in the history
* Fix capitalization in Monzo strings

* Fix capitalization in Monzo strings

* Fix capitalization in Monzo strings
  • Loading branch information
joostlek committed May 7, 2024
1 parent fc3c384 commit 27d45f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions homeassistant/components/monzo/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"name": "Balance"
},
"total_balance": {
"name": "Total Balance"
"name": "Total balance"
},
"pot_balance": {
"name": "Balance"
"name": "[%key:component::monzo::entity::sensor::balance::name%]"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions tests/components/monzo/snapshots/test_sensor.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
'attributes': ReadOnlyDict({
'attribution': 'Data provided by Monzo',
'device_class': 'monetary',
'friendly_name': 'Current Account Total Balance',
'friendly_name': 'Current Account Total balance',
'unit_of_measurement': 'GBP',
}),
'context': <ANY>,
Expand Down Expand Up @@ -52,7 +52,7 @@
'attributes': ReadOnlyDict({
'attribution': 'Data provided by Monzo',
'device_class': 'monetary',
'friendly_name': 'Flex Total Balance',
'friendly_name': 'Flex Total balance',
'unit_of_measurement': 'GBP',
}),
'context': <ANY>,
Expand Down

0 comments on commit 27d45f0

Please sign in to comment.