diff --git a/frontend/pages/tools.vue b/frontend/pages/tools.vue index 8dcfebe1..7c3550a2 100644 --- a/frontend/pages/tools.vue +++ b/frontend/pages/tools.vue @@ -42,8 +42,9 @@
- 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. @@ -104,7 +105,7 @@ middleware: ["auth"], }); useHead({ - title: "Homebox | Profile", + title: "Homebox | Tools", }); const modals = ref({