Skip to content

Commit

Permalink
Merge pull request #4251 from Expensify/clem-requestor-address
Browse files Browse the repository at this point in the history
Do not use a company address for a personal requestor
  • Loading branch information
MonilBhavsar authored Jul 28, 2021
2 parents 4daaf9a + 4697645 commit ad77386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ReimbursementAccount/IdentityForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const IdentityForm = ({
onChangeText={val => onFieldChange('ssnLast4', val)}
/>
<TextInputWithLabel
label={translate('common.companyAddressNoPO')}
label={translate('common.addressNoPO')}
containerStyles={[styles.mt4]}
value={street}
onChangeText={val => onFieldChange('street', val)}
Expand Down

0 comments on commit ad77386

Please sign in to comment.