fix: #367 failed to fetch account usage

This commit is contained in:
Yifei Zhang
2023-04-02 14:22:06 +00:00
parent 37587f6f71
commit 7b5af271d5
6 changed files with 26 additions and 21 deletions

View File

@@ -105,8 +105,8 @@ const en: LocaleType = {
},
Usage: {
Title: "Account Balance",
SubTitle(granted: any, used: any) {
return `Total $${granted}, Used $${used}`;
SubTitle(used: any) {
return `Used this month $${used}`;
},
IsChecking: "Checking...",
Check: "Check Again",