pcm-shared-components 2.1.11 → 2.1.13

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.
@@ -856,8 +856,9 @@
856
856
  "waiting": "Waiting...",
857
857
  "waiting_for_availability": "Waiting for Availability",
858
858
  "waitlist": {
859
+ "description": "Enables the waitlist button on the booking page.",
859
860
  "edit_waitlist": "Edit Waitlist",
860
- "join_waitlist": "Joint Waitlist",
861
+ "join_waitlist": "Join Waitlist",
861
862
  "new_waitlist": "New Waitlist",
862
863
  "stay_waitlist": "Wait Until Date"
863
864
  },
@@ -856,8 +856,9 @@
856
856
  "waiting": "Espera...",
857
857
  "waiting_for_availability": "Esperando disponibilidad",
858
858
  "waitlist": {
859
+ "description": "Habilita el botón de lista de espera en la página de reserva.",
859
860
  "edit_waitlist": "Editar lista de espera",
860
- "join_waitlist": "Lista de espera conjunta",
861
+ "join_waitlist": "Unirse a la lista de espera",
861
862
  "new_waitlist": "Nueva lista de espera",
862
863
  "stay_waitlist": "Esperar hasta la fecha"
863
864
  },
@@ -856,8 +856,9 @@
856
856
  "waiting": "En attendre...",
857
857
  "waiting_for_availability": "En attente de disponibilité",
858
858
  "waitlist": {
859
+ "description": "Active le bouton de liste d'attente sur la page de réservation.",
859
860
  "edit_waitlist": "Modifier la liste d'attente",
860
- "join_waitlist": "Liste dattente conjointe",
861
+ "join_waitlist": "S'inscrire sur la liste d'attente",
861
862
  "new_waitlist": "Nouvelle liste d’attente",
862
863
  "stay_waitlist": "Attendre la date"
863
864
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.11",
3
+ "version": "2.1.13",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {