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: 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 from 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 from a second address? (Must be near the pickup address.
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 from a third address? (Must be near the Delivery Address.
Subject to approval.)
</p>
<div className={formStyles.radioGroup}>
Expand Down
Loading