Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/B-21935' into B-21935-int
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreJones committed Feb 4, 2025
2 parents 606c321 + f9d4a8c commit 034ec0c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ const EstimatedWeightsProGearForm = ({ orders, mtoShipment, onSubmit, onBack })
return (
<div className={classnames(styles.EstimatedWeightsProGearForm, ppmStyles.formContainer)}>
<Form className={(formStyles.form, ppmStyles.form)}>
<Alert headingLevel="h4" type="info">{`Total weight allowance for your move: ${formatWeight(
<Alert headingLevel="h4" type="info">{`Remember: Your standard weight allowance is: ${formatWeight(
weightAuthorized,
)}`}</Alert>
)}. If you are moving to an administratively restricted HHG weight location this amount may be less. You will not be reimbursed for any excess weight you move.`}</Alert>
<SectionWrapper className={classnames(ppmStyles.sectionWrapper, formStyles.formSection)}>
<h2>PPM</h2>
<p>
Expand Down

0 comments on commit 034ec0c

Please sign in to comment.