From 022aa38edc3a848931d7a869b2c139c982296f1c Mon Sep 17 00:00:00 2001 From: Rachid F Date: Thu, 21 Dec 2023 02:26:08 +0100 Subject: [PATCH] :construction: Wording updates --- .../components/FieldMappingModal.tsx | 24 +++++++++---------- .../src/components/connections/index.tsx | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/apps/webapp/src/components/configuration/components/FieldMappingModal.tsx b/apps/webapp/src/components/configuration/components/FieldMappingModal.tsx index 09a701e14..ef29091d5 100644 --- a/apps/webapp/src/components/configuration/components/FieldMappingModal.tsx +++ b/apps/webapp/src/components/configuration/components/FieldMappingModal.tsx @@ -140,7 +140,7 @@ export function FModal({ onClose }: {onClose: () => void}) { return ( - Define Fields + Define Panora Custom Fields Map Fields @@ -148,9 +148,9 @@ export function FModal({ onClose }: {onClose: () => void}) {
- Define + Define Panora Field - Define a custom field you want to enable on unified models. It must be mapped to an existent custom field on your end-user's provider. + Define a Panora custom field to extend a unified model. Once done, you can map it to an existing field in your end-user's software. @@ -160,11 +160,11 @@ export function FModal({ onClose }: {onClose: () => void}) { name="standardModel" render={({ field }) => ( - Standard Model + Standard Object - This is the description of the field. + A quick description of the field to remind you its context. @@ -274,7 +274,7 @@ export function FModal({ onClose }: {onClose: () => void}) { Map - Now that you defined your field, map it to an existent custom field on your end-user's tool. + After you defined a Panora custom field, you can map it to an existent custom field on your end-user's software. @@ -284,7 +284,7 @@ export function FModal({ onClose }: {onClose: () => void}) { name="attributeId" render={({ field }) => ( - Field + Panora Field - This is the source provider's field name. + These are all the fields we found in your customer's software. diff --git a/apps/webapp/src/components/connections/index.tsx b/apps/webapp/src/components/connections/index.tsx index 9398ec313..a9c3889f2 100644 --- a/apps/webapp/src/components/connections/index.tsx +++ b/apps/webapp/src/components/connections/index.tsx @@ -6,7 +6,7 @@ export default function ConnectionsPage() {

Connections

-

Integrations between your users’ accounts and third-party apps.

+

Connections between your product and your users’ accounts on third-party software.