@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/esm/index.js CHANGED
@@ -14271,6 +14271,7 @@ const ContactInfoPopup = ({ open, anchorEl, onClose, contactData, avatarImgUrl,
14271
14271
  business: 'Empresa',
14272
14272
  properties: 'Propiedades',
14273
14273
  view: 'Ver',
14274
+ 'E-mail Address': 'Correo Electrónico'
14274
14275
  }[key] || key), }) => {
14275
14276
  const contactMethods = [
14276
14277
  {
@@ -14281,7 +14282,7 @@ const ContactInfoPopup = ({ open, anchorEl, onClose, contactData, avatarImgUrl,
14281
14282
  },
14282
14283
  {
14283
14284
  icon: jsxRuntimeExports.jsx(Email, { fontSize: "small" }),
14284
- title: t('conversations.contactInfo.email'),
14285
+ title: t('E-mail Address'),
14285
14286
  contactList: contactData?.emails || [],
14286
14287
  showTitle: true,
14287
14288
  },