@trii/components 2.0.8 → 2.0.9

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.
package/dist/cjs/index.js CHANGED
@@ -14291,6 +14291,7 @@ const ContactInfoPopup = ({ open, anchorEl, onClose, contactData, avatarImgUrl,
14291
14291
  business: 'Empresa',
14292
14292
  properties: 'Propiedades',
14293
14293
  view: 'Ver',
14294
+ 'E-mail Address': 'Correo Electrónico'
14294
14295
  }[key] || key), }) => {
14295
14296
  const contactMethods = [
14296
14297
  {
@@ -14301,7 +14302,7 @@ const ContactInfoPopup = ({ open, anchorEl, onClose, contactData, avatarImgUrl,
14301
14302
  },
14302
14303
  {
14303
14304
  icon: jsxRuntimeExports.jsx(Email, { fontSize: "small" }),
14304
- title: t('conversations.contactInfo.email'),
14305
+ title: t('E-mail Address'),
14305
14306
  contactList: contactData?.emails || [],
14306
14307
  showTitle: true,
14307
14308
  },