@commercelayer/app-elements 5.1.3 → 5.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -628,7 +628,7 @@ The {{organization}} team`,
628
628
  validation: {
629
629
  select_one_item: "Please select at least one item",
630
630
  coupon_code_invalid: "Please enter a valid coupon code.",
631
- coupon_code_too_short: "Coupon code is too short (minimum is 8 characters)",
631
+ coupon_code_too_short: "Coupon code is too short (minimum is {{min}} characters)",
632
632
  amount_invalid: "Please enter a valid amount",
633
633
  required_field: "Required field"
634
634
  }
@@ -392,7 +392,7 @@ Il team di {{organization}}`,
392
392
  validation: {
393
393
  select_one_item: "Seleziona almeno un elemento",
394
394
  coupon_code_invalid: "Inserisci un codice valido",
395
- coupon_code_too_short: "Il codice è troppo corto (minimo 8 caratteri)",
395
+ coupon_code_too_short: "Il codice è troppo corto (minimo {{min}} caratteri)",
396
396
  amount_invalid: "Inserisci un importo valido",
397
397
  required_field: "Campo obbligatorio"
398
398
  },