diff --git a/BTCPayServer/wwwroot/checkout/js/langs/nl.js b/BTCPayServer/wwwroot/checkout/js/langs/nl.js index 4004f558b..33b0187b8 100644 --- a/BTCPayServer/wwwroot/checkout/js/langs/nl.js +++ b/BTCPayServer/wwwroot/checkout/js/langs/nl.js @@ -47,5 +47,8 @@ Je kan terug komen naar {{storeName}} indien je nog eens je betaling wilt prober "Archived_Body": "Bedankt om de winkel te contacteren voor bijstand met of informatie over deze bestelling", // Lightning "BOLT 11 Invoice": "BOLT 11 Factuur", - "Node Info": "Node Info" + "Node Info": "Node Info", + // + "txCount": "{{count}} transactie", + "txCount_plural": "{{count}} transacties" };