@homefile/components-v2 2.29.2 → 2.29.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -479,7 +479,7 @@
|
|
|
479
479
|
}
|
|
480
480
|
},
|
|
481
481
|
"homieAddItems": {
|
|
482
|
-
"addItem": "Upload a picture of your refrigerator label",
|
|
482
|
+
"addItem": "Upload a picture of your home item. (e.g. refrigerator label)",
|
|
483
483
|
"addReceipt": "Add a picture of a purchase receipt.",
|
|
484
484
|
"subTitle": "Give them a try.",
|
|
485
485
|
"title": "Homie does the work for you."
|
|
@@ -17,7 +17,7 @@ export const HomeItemList = ({ items, onChange }) => {
|
|
|
17
17
|
title: hasItems ? t('homeItems.noneAbove') : t('homeItems.addDetail'),
|
|
18
18
|
},
|
|
19
19
|
];
|
|
20
|
-
return (_jsxs(Container, {
|
|
20
|
+
return (_jsxs(Container, { children: [_jsx(HomeItemListHeader, { title: hasItems
|
|
21
21
|
? t('homeItems.itemsFound', { count: items.length })
|
|
22
22
|
: t('homeItems.noItemsFound'), subtitle: hasItems
|
|
23
23
|
? t('homeItems.pleaseSelect')
|
package/package.json
CHANGED
|
@@ -479,7 +479,7 @@
|
|
|
479
479
|
}
|
|
480
480
|
},
|
|
481
481
|
"homieAddItems": {
|
|
482
|
-
"addItem": "Upload a picture of your refrigerator label",
|
|
482
|
+
"addItem": "Upload a picture of your home item. (e.g. refrigerator label)",
|
|
483
483
|
"addReceipt": "Add a picture of a purchase receipt.",
|
|
484
484
|
"subTitle": "Give them a try.",
|
|
485
485
|
"title": "Homie does the work for you."
|