File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -350,9 +350,9 @@ function LicensesPageHeader({
350350 : fBI ( earnedAmountPoA , 18 ) ,
351351 ) }
352352
353- { getValueWithLabel ( 'Future Claimable ($R1)' , fBI ( futureClaimableR1AmountPoA , 18 ) ) }
353+ { getValueWithLabel ( 'Future Max Claimable ($R1)' , fBI ( futureClaimableR1AmountPoA , 18 ) ) }
354354
355- { getValueWithLabel ( 'Current Potential Value ($)' , fN ( futureClaimableUsdPoA ) ) }
355+ { getValueWithLabel ( 'Max Potential Value ($)' , fN ( futureClaimableUsdPoA ) ) }
356356 </ div >
357357 </ div >
358358
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ export const routeInfo = {
101101 description : 'Terms governing your use of our services' ,
102102 } ,
103103 [ `${ routePath . compliance } /${ routePath . termsOfUseNDs } ` ] : {
104- title : 'Terms of Use NDs ' ,
104+ title : 'Terms of Use Licenses ' ,
105105 description : 'Terms governing the use and operation of Edge Node licenses' ,
106106 } ,
107107 [ `${ routePath . compliance } /${ routePath . privacyPolicy } ` ] : {
You can’t perform that action at this time.
0 commit comments