Skip to content

Commit

Permalink
Change Area Code -> Zip Code (#119)
Browse files Browse the repository at this point in the history
## Changes

<!-- What changes did you make? -->

- "Area Code" --> "Zip Code"

## Testing

<!-- How did you confirm your changes worked? -->

- n/a

## Confirmation of Change

<!-- Upload a screenshot, if possible. Otherwise, please provide
instructions on how to see the change. -->

<img width="827" alt="image"
src="https://github.com/TritonSE/USHS-Housing-Portal/assets/24444266/be1a04c1-0065-44a8-b4a6-4b8456eee6e6">
  • Loading branch information
petabite authored Jun 26, 2024
1 parent 4725c5b commit 9bf862f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/ListingFormComponents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ export function ListingFormComponents(props: ListingFormComponentsProps) {
</TextContainer>
<TextContainer>
<Textbox
elementName="Area Code"
elementName="Zip Code"
requiredField={true}
name="zip"
value={areaCode}
Expand Down

0 comments on commit 9bf862f

Please sign in to comment.