From 32edcba52b44369327f20b3cb07e9d1e1d93de6a Mon Sep 17 00:00:00 2001 From: loganwc Date: Tue, 4 Mar 2025 17:44:33 +0000 Subject: [PATCH 1/2] updated verbiage to match address location --- src/pages/PrimeUI/Shipment/PrimeUIShipmentCreateForm.jsx | 6 +++--- src/pages/PrimeUI/Shipment/PrimeUIShipmentUpdatePPMForm.jsx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/PrimeUI/Shipment/PrimeUIShipmentCreateForm.jsx b/src/pages/PrimeUI/Shipment/PrimeUIShipmentCreateForm.jsx index 9e9190e7beb..e5d74b1977d 100644 --- a/src/pages/PrimeUI/Shipment/PrimeUIShipmentCreateForm.jsx +++ b/src/pages/PrimeUI/Shipment/PrimeUIShipmentCreateForm.jsx @@ -259,7 +259,7 @@ const PrimeUIShipmentCreateForm = ({ enableBoat, enableMobileHome }) => {

Third Delivery Address

- Will the movers pick up any belongings from a third address? (Must be near the pickup address. + Will the movers deliver any belongings from a third address? (Must be near the pickup address. Subject to approval.)

@@ -536,7 +536,7 @@ const PrimeUIShipmentCreateForm = ({ enableBoat, enableMobileHome }) => {

Second Delivery Address

- Will the movers pick up any belongings from a second address? (Must be near the pickup address. + Will the movers deliver any belongings from a second address? (Must be near the pickup address. Subject to approval.)

@@ -579,7 +579,7 @@ const PrimeUIShipmentCreateForm = ({ enableBoat, enableMobileHome }) => {

Third Delivery Address

- Will the movers pick up any belongings from a third address? (Must be near the pickup + Will the movers deliver any belongings from a third address? (Must be near the pickup address. Subject to approval.)

diff --git a/src/pages/PrimeUI/Shipment/PrimeUIShipmentUpdatePPMForm.jsx b/src/pages/PrimeUI/Shipment/PrimeUIShipmentUpdatePPMForm.jsx index 3955c36bd71..4c286cbb444 100644 --- a/src/pages/PrimeUI/Shipment/PrimeUIShipmentUpdatePPMForm.jsx +++ b/src/pages/PrimeUI/Shipment/PrimeUIShipmentUpdatePPMForm.jsx @@ -183,7 +183,7 @@ const PrimeUIShipmentUpdatePPMForm = () => {

Third destination location

- Will the movers pick up any belongings from a third address? (Must be near the Delivery Address. + Will the movers deliver any belongings from a third address? (Must be near the Delivery Address. Subject to approval.)

From e055eda8737c5d65d7df4c147bec76f7563470df Mon Sep 17 00:00:00 2001 From: loganwc Date: Thu, 6 Mar 2025 00:00:25 +0000 Subject: [PATCH 2/2] verbiage smerbiage --- src/components/Office/ShipmentForm/ShipmentForm.jsx | 6 ++---- src/pages/PrimeUI/Shipment/PrimeUIShipmentCreateForm.jsx | 4 ++-- src/pages/PrimeUI/Shipment/PrimeUIShipmentUpdatePPMForm.jsx | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/components/Office/ShipmentForm/ShipmentForm.jsx b/src/components/Office/ShipmentForm/ShipmentForm.jsx index 03e7d006b65..4ecc0991784 100644 --- a/src/components/Office/ShipmentForm/ShipmentForm.jsx +++ b/src/components/Office/ShipmentForm/ShipmentForm.jsx @@ -1156,7 +1156,7 @@ const ShipmentForm = (props) => { <>

Third Delivery Address

-

Do you want the movers to deliver any belongings from a third address?

+

Do you want the movers to deliver any belongings to a third address?

{ <>

Third Delivery Address

-

- Do you want the movers to deliver any belongings from a third address? -

+

Do you want the movers to deliver any belongings to a third address?

{

Third Delivery Address

- Will the movers deliver any belongings from a third address? (Must be near the pickup address. + Will the movers deliver any belongings to a third address? (Must be near the pickup address. Subject to approval.)

@@ -536,7 +536,7 @@ const PrimeUIShipmentCreateForm = ({ enableBoat, enableMobileHome }) => {

Second Delivery Address

- Will the movers deliver any belongings from a second address? (Must be near the pickup address. + Will the movers deliver any belongings to a second address? (Must be near the pickup address. Subject to approval.)

diff --git a/src/pages/PrimeUI/Shipment/PrimeUIShipmentUpdatePPMForm.jsx b/src/pages/PrimeUI/Shipment/PrimeUIShipmentUpdatePPMForm.jsx index 4c286cbb444..16b127b8037 100644 --- a/src/pages/PrimeUI/Shipment/PrimeUIShipmentUpdatePPMForm.jsx +++ b/src/pages/PrimeUI/Shipment/PrimeUIShipmentUpdatePPMForm.jsx @@ -183,7 +183,7 @@ const PrimeUIShipmentUpdatePPMForm = () => {

Third destination location

- Will the movers deliver any belongings from a third address? (Must be near the Delivery Address. + Will the movers deliver any belongings to a third address? (Must be near the Delivery Address. Subject to approval.)