Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

B 22192 INT #14942

Open
wants to merge 10 commits into
base: integrationTesting
Choose a base branch
from
6 changes: 2 additions & 4 deletions src/components/Office/ShipmentForm/ShipmentForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1156,7 +1156,7 @@ const ShipmentForm = (props) => {
<>
<h4>Third Delivery Address</h4>
<FormGroup>
<p>Do you want the movers to deliver any belongings from a third address?</p>
<p>Do you want the movers to deliver any belongings to a third address?</p>
<div className={formStyles.radioGroup}>
<Field
as={Radio}
Expand Down Expand Up @@ -1331,9 +1331,7 @@ const ShipmentForm = (props) => {
<>
<h4>Third Delivery Address</h4>
<FormGroup>
<p>
Do you want the movers to deliver any belongings from a third address?
</p>
<p>Do you want the movers to deliver any belongings to a third address?</p>
<div className={formStyles.radioGroup}>
<Field
as={Radio}
Expand Down
6 changes: 3 additions & 3 deletions src/pages/PrimeUI/Shipment/PrimeUIShipmentCreateForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ const PrimeUIShipmentCreateForm = ({ enableBoat, enableMobileHome }) => {
<h4>Third Delivery Address</h4>
<FormGroup>
<p>
Will the movers pick up 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.)
</p>
<div className={formStyles.radioGroup}>
Expand Down Expand Up @@ -536,7 +536,7 @@ const PrimeUIShipmentCreateForm = ({ enableBoat, enableMobileHome }) => {
<h4>Second Delivery Address</h4>
<FormGroup>
<p>
Will the movers pick up 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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add a test to make sure it says 'deliver' instead of pickup?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jk 😉

Subject to approval.)
</p>
<div className={formStyles.radioGroup}>
Expand Down Expand Up @@ -579,7 +579,7 @@ const PrimeUIShipmentCreateForm = ({ enableBoat, enableMobileHome }) => {
<h4>Third Delivery Address</h4>
<FormGroup>
<p>
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.)
</p>
<div className={formStyles.radioGroup}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ const PrimeUIShipmentUpdatePPMForm = () => {
<h4>Third destination location</h4>
<FormGroup>
<p>
Will the movers pick up 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.)
</p>
<div className={formStyles.radioGroup}>
Expand Down
Loading