Skip to content

Commit

Permalink
updated postcode input label
Browse files Browse the repository at this point in the history
Updated postcode input label to match the label found in the form on Settings > Profile > Private > Address , as requested in #52642 (comment).
  • Loading branch information
ikevin127 authored Dec 3, 2024
1 parent 0e29ba1 commit 2ad0ddf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/AddPaymentCard/PaymentCardForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ function PaymentCardForm({
InputComponent={TextInput}
defaultValue={data?.addressZipCode}
inputID={INPUT_IDS.ADDRESS_ZIP_CODE}
label={translate('common.zip')}
aria-label={translate('common.zip')}
label={translate('common.zipPostCode')}
aria-label={translate('common.zipPostCode')}
role={CONST.ROLE.PRESENTATION}
maxLength={CONST.BANK_ACCOUNT.MAX_LENGTH.ZIP_CODE}
containerStyles={[styles.mt5]}
Expand Down

0 comments on commit 2ad0ddf

Please sign in to comment.