Skip to content

Commit

Permalink
NTR: fix checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalij Mik committed Jun 14, 2024
1 parent cb7b1e7 commit 0a94c29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import template from './mollie-cancel-item.html.twig';

// eslint-disable-next-line no-undef
const {Component, Mixin} = Shopware;

Component.register('mollie-cancel-item', {
Expand Down
3 changes: 2 additions & 1 deletion src/Resources/app/administration/src/snippet/nl-NL.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@
"title": "Product in Mollie afkorting",
"confirmButton": "Product in Mollie afkorting",
"cancelButton": "Annuleren",
"updateShopwareItem": "Voorraad resetten",
"resetStock": "Voorraad resetten",
"item": {
"success": "Product geannuleerd",
"failed": {
Expand Down Expand Up @@ -436,6 +436,7 @@
"buttonMolliePaymentLink": "Kopieer naar Klembord",
"columnRefunded": "Terugbetaald",
"columnShipped": "Verzonden",
"columnCanceled": "Geannuleerd",
"labelMollieOrderId": "Mollie Order ID",
"labelMollieThirdPartyPaymentId": "Betalingskenmerk",
"labelMolliePaymentLink": "Mollie Checkout URL",
Expand Down

0 comments on commit 0a94c29

Please sign in to comment.