Skip to content

Commit

Permalink
Use common string for items unit in Bring (home-assistant#131834)
Browse files Browse the repository at this point in the history
  • Loading branch information
tr4nt0r authored Nov 28, 2024
1 parent 474544a commit 3071aa2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions homeassistant/components/bring/strings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"common": {
"shopping_list_items": "items"
},
"config": {
"step": {
"user": {
Expand Down Expand Up @@ -30,15 +33,15 @@
"sensor": {
"urgent": {
"name": "Urgent",
"unit_of_measurement": "items"
"unit_of_measurement": "[%key:component::bring::common::shopping_list_items%]"
},
"convenient": {
"name": "On occasion",
"unit_of_measurement": "items"
"unit_of_measurement": "[%key:component::bring::common::shopping_list_items%]"
},
"discounted": {
"name": "Discount only",
"unit_of_measurement": "items"
"unit_of_measurement": "[%key:component::bring::common::shopping_list_items%]"
},
"list_language": {
"name": "Region & language",
Expand Down

0 comments on commit 3071aa2

Please sign in to comment.