File tree Expand file tree Collapse file tree
pages/EnablePayments/TermsPage Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3121,7 +3121,6 @@ const CONST = {
31213121 CFPB_PREPAID : 'cfpb.gov/prepaid' ,
31223122 CFPB_COMPLAINT : 'cfpb.gov/complaint' ,
31233123 FDIC_PREPAID : 'fdic.gov/deposit/deposits/prepaid.html' ,
3124- USE_EXPENSIFY_FEES : 'use.expensify.com/fees' ,
31253124 } ,
31263125
31273126 LAYOUT_WIDTH : {
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ function ShortTermsForm(props: ShortTermsFormProps) {
140140 { translate ( 'termsStep.shortTermsForm.generalInfo' ) } < TextLink href = { CONST . CFPB_PREPAID_URL } > { CONST . TERMS . CFPB_PREPAID } </ TextLink > .
141141 </ Text >
142142 < Text >
143- { translate ( 'termsStep.shortTermsForm.conditionsDetails' ) } < TextLink href = { CONST . FEES_URL } > { CONST . TERMS . USE_EXPENSIFY_FEES } </ TextLink > { ' ' }
143+ { translate ( 'termsStep.shortTermsForm.conditionsDetails' ) } < TextLink href = { CONST . FEES_URL } > { CONST . FEES_URL } </ TextLink > { ' ' }
144144 { translate ( 'termsStep.shortTermsForm.conditionsPhone' ) }
145145 </ Text >
146146 </ View >
You can’t perform that action at this time.
0 commit comments