Skip to content

Commit

Permalink
Merge branch 'B-22192' into B-22192-INT
Browse files Browse the repository at this point in the history
  • Loading branch information
loganwc committed Mar 4, 2025
2 parents e0b2ab8 + 32edcba commit fc8aa60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit fc8aa60

Please sign in to comment.