pcm-shared-components 2.0.38 → 2.0.39

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.
@@ -373,7 +373,7 @@
373
373
  "invalid_value": "Invalid value!",
374
374
  "invoice": "Invoice",
375
375
  "invoice_note": "Invoice Note",
376
- "invoice_note_description": "This is a note that will be seen the the reservation invoice.",
376
+ "invoice_note_description": "This note will appear on the reservation invoice.",
377
377
  "is_active": "Is Active",
378
378
  "is_connected": "Is Connected",
379
379
  "is_default": "Is Default",
@@ -373,7 +373,7 @@
373
373
  "invalid_value": "¡Valor no válido!",
374
374
  "invoice": "FACTURA",
375
375
  "invoice_note": "Nota de factura",
376
- "invoice_note_description": "Esta es una nota que se verá en la factura de la reserva.",
376
+ "invoice_note_description": "Esta nota aparecerá en la factura de la reserva.",
377
377
  "is_active": "Está activo",
378
378
  "is_connected": "Está conectado",
379
379
  "is_default": "es predeterminado",
@@ -373,7 +373,7 @@
373
373
  "invalid_value": "Invalid value!",
374
374
  "invoice": "Facture d'achat",
375
375
  "invoice_note": "Note sur la facture",
376
- "invoice_note_description": "Il s'agit d'une note qui apparaîtra sur la facture de réservation.",
376
+ "invoice_note_description": "Cette note apparaîtra sur la facture de réservation.",
377
377
  "is_active": "C'est actif",
378
378
  "is_connected": "Est connecté",
379
379
  "is_default": "Est par défaut",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.0.38",
3
+ "version": "2.0.39",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {