console
console copied to clipboard
fix: correct usage labels from 'Total functions/sites' to 'Total deployments'
Fixes #2224
The usage pages for Functions and Sites were showing labels that said "Total functions" and "Total sites", but the actual metric being displayed was the total number of deployments across all functions/sites.
Changed both labels to "Total deployments" to accurately reflect what's being counted.
This is a simple label fix - I know it's not a complex PR, just correcting the misleading text.
Changes
- Updated Functions usage page label
- Updated Sites usage page label (mentioned in issue comments)
Summary by CodeRabbit
-
Style
- Updated Functions usage view label to display "Total Deployments"
- Updated Sites usage view label to display "Total site Deployments"