Skip to content
Snippets Groups Projects
Unverified Commit 3071aa2d authored by Manu's avatar Manu Committed by GitHub
Browse files

Use common string for items unit in Bring (#131834)

parent 474544ab
No related branches found
No related tags found
No related merge requests found
{
"common": {
"shopping_list_items": "items"
},
"config": {
"step": {
"user": {
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment