diff --git a/app/src/components/BalanceCodesSection.tsx b/app/src/components/BalanceCodesSection.tsx index d6d19ab..05cb836 100644 --- a/app/src/components/BalanceCodesSection.tsx +++ b/app/src/components/BalanceCodesSection.tsx @@ -136,10 +136,10 @@ const BalanceCodesSection: React.FC = () => {
- Manage your account balance codes for more data. + Manage your account AppSumo codes for more data.
@@ -149,8 +149,8 @@ const BalanceCodesSection: React.FC = () => {Redeem a transfer balance code to add data to your account.
+Redeem an AppSumo code to add data to your account.
No transfer balance codes found for your network.
+No AppSumo codes found for your network.
)} @@ -215,7 +215,7 @@ const BalanceCodesSection: React.FC = () => { }`} >- Redeeming transfer balance will add data credit to your network. + Redeeming AppSumo code will add data credit to your network.
diff --git a/app/src/services/api.ts b/app/src/services/api.ts index 7bf7641..fd09ff5 100644 --- a/app/src/services/api.ts +++ b/app/src/services/api.ts @@ -988,7 +988,7 @@ export const redeemTransferBalanceCode = async ( */ export const fetchSubscriptionBalance = async ( token: string -): Promise