Skip to content

Commit fda9e5f

Browse files
committed
fix: rename Quota Dashboard to TokenPlan Quota
Made-with: Cursor
1 parent 9ba4cea commit fda9e5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/output/quota-table.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ interface Labels {
3232
now: string;
3333
}
3434

35-
const LABELS_EN: Labels = { dashboard: 'Quota Dashboard', week: 'Week', weekly: 'Weekly', resetsIn: 'Resets in', noData: 'No quota data available.', now: 'now' };
36-
const LABELS_CN: Labels = { dashboard: '配额面板', week: '周期', weekly: '每周', resetsIn: '重置于', noData: '暂无配额数据', now: '即将' };
35+
const LABELS_EN: Labels = { dashboard: 'TokenPlan Quota', week: 'Week', weekly: 'Weekly', resetsIn: 'Resets in', noData: 'No quota data available.', now: 'now' };
36+
const LABELS_CN: Labels = { dashboard: 'TokenPlan 配额面板', week: '周期', weekly: '每周', resetsIn: '重置于', noData: '暂无配额数据', now: '即将' };
3737

3838
function formatDuration(ms: number, nowLabel: string): string {
3939
if (ms <= 0) return nowLabel;

0 commit comments

Comments
 (0)