Skip to content

Commit 9bf862f

Browse files
authored
Change Area Code -> Zip Code (#119)
## 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">
1 parent 4725c5b commit 9bf862f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/ListingFormComponents.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ export function ListingFormComponents(props: ListingFormComponentsProps) {
537537
</TextContainer>
538538
<TextContainer>
539539
<Textbox
540-
elementName="Area Code"
540+
elementName="Zip Code"
541541
requiredField={true}
542542
name="zip"
543543
value={areaCode}

0 commit comments

Comments
 (0)