i18n(nl): fix doubled "In" typo in packing.importTitle

"InInpaklijst importeren" → "Inpaklijst importeren".
This commit is contained in:
Maurice 2026-06-26 18:20:24 +02:00 committed by Maurice
parent 5b3f77f11d
commit 9d8af4b357

View File

@ -4,7 +4,7 @@ const packing: TranslationStrings = {
'packing.title': 'Inpaklijst',
'packing.empty': 'Inpaklijst is leeg',
'packing.import': 'Importeren',
'packing.importTitle': 'InInpaklijst importeren',
'packing.importTitle': 'Inpaklijst importeren',
'packing.importHint':
'Eén item per regel. Optioneel categorie en aantal gescheiden door komma, puntkomma of tab: Naam, Categorie, Aantal',
'packing.importPlaceholder': 'Tandenborstel\nZonnebrand, Hygiëne\nT-Shirts, Kleding, 5\nPaspoort, Documenten',