pcm-shared-components 2.1.493 → 2.1.494

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.
@@ -312,7 +312,9 @@
312
312
  "private_links_email_sent_no": "Not Sent",
313
313
  "private_links_email_sent_on_tooltip_label": "Sent on",
314
314
  "private_links_email_sent_to_tooltip_label": "Sent to",
315
- "private_links_email_sent_yes": "Sent"
315
+ "private_links_email_sent_yes": "Sent",
316
+ "private_links_email_sent_details_title": "Sent Email Details",
317
+ "private_links_view_sent_email_tooltip": "View sent email"
316
318
  },
317
319
  "campground_logo": {
318
320
  "campground_logo": "Logo",
@@ -312,7 +312,9 @@
312
312
  "private_links_email_sent_no": "No enviado",
313
313
  "private_links_email_sent_on_tooltip_label": "Enviado en",
314
314
  "private_links_email_sent_to_tooltip_label": "Enviado a",
315
- "private_links_email_sent_yes": "Enviado"
315
+ "private_links_email_sent_yes": "Enviado",
316
+ "private_links_email_sent_details_title": "Detalles de email enviado",
317
+ "private_links_view_sent_email_tooltip": "Ver email enviado"
316
318
  },
317
319
  "campground_logo": {
318
320
  "campground_logo": "Logo",
@@ -312,7 +312,9 @@
312
312
  "private_links_email_sent_no": "Non envoyé",
313
313
  "private_links_email_sent_on_tooltip_label": "Envoyé le",
314
314
  "private_links_email_sent_to_tooltip_label": "Envoyé à",
315
- "private_links_email_sent_yes": "Envoyé"
315
+ "private_links_email_sent_yes": "Envoyé",
316
+ "private_links_email_sent_details_title": "Détails de l'email envoyé",
317
+ "private_links_view_sent_email_tooltip": "Afficher l'email envoyé"
316
318
  },
317
319
  "campground_logo": {
318
320
  "campground_logo": "Logo",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.493",
3
+ "version": "2.1.494",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {