From 9d8af4b3578ba1ed8985e69a8cd4101dcc336efa Mon Sep 17 00:00:00 2001 From: Maurice Date: Fri, 26 Jun 2026 18:20:24 +0200 Subject: [PATCH] i18n(nl): fix doubled "In" typo in packing.importTitle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "InInpaklijst importeren" → "Inpaklijst importeren". --- shared/src/i18n/nl/packing.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/src/i18n/nl/packing.ts b/shared/src/i18n/nl/packing.ts index 3b5ad33a..2e62c983 100644 --- a/shared/src/i18n/nl/packing.ts +++ b/shared/src/i18n/nl/packing.ts @@ -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',