diff --git a/frontend/pages/tools.vue b/frontend/pages/tools.vue index 98bfe30..ce5ea1f 100644 --- a/frontend/pages/tools.vue +++ b/frontend/pages/tools.vue @@ -42,8 +42,10 @@
- Imports the standard CSV format for Homebox. This will not overwrite any existing items in your - inventory. It will only add new items. + Imports the standard CSV format for Homebox. Without an HB.import_ref + column, this will not overwrite any existing items in your inventory, only add new items. + Rows with an HB.import_ref column are merged into existing items with the same import_ref, + if one exists.