Skip to content

Commit 8f1c016

Browse files
authored
Merge pull request #43 from Ratio1/develop
fix: max claim ambiguity
2 parents 39d6b49 + 2459a46 commit 8f1c016

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/Licenses/LicensesPageHeader.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

src/lib/routes/routes.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}`]: {

0 commit comments

Comments
 (0)