diff --git a/packages/cli/src/config/footerItems.ts b/packages/cli/src/config/footerItems.ts index 9f3943b692..612418a48f 100644 --- a/packages/cli/src/config/footerItems.ts +++ b/packages/cli/src/config/footerItems.ts @@ -34,8 +34,8 @@ export const ALL_ITEMS = [ }, { id: 'quota', - header: '/stats', - description: 'Remaining usage on daily limit (not shown when unavailable)', + header: 'quota', + description: 'Percentage of daily limit used (not shown when unavailable)', }, { id: 'memory-usage', diff --git a/packages/cli/src/ui/components/Footer.test.tsx b/packages/cli/src/ui/components/Footer.test.tsx index bb2e0c5e4d..277a8d3b13 100644 --- a/packages/cli/src/ui/components/Footer.test.tsx +++ b/packages/cli/src/ui/components/Footer.test.tsx @@ -281,7 +281,7 @@ describe('