fix: correct backup storage usage unit label#3016
Conversation
Greptile SummaryThis PR fixes a one-character typo in the backup storage tooltip label — the unit was incorrectly shown as
Confidence Score: 5/5Safe to merge — the change is a trivial one-character label correction with no functional risk. Single-line fix that matches the established pattern for all other storage tooltips in the same file. No logic changes, no regressions possible. No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "fix: correct backup storage usage unit l..." | Re-trigger Greptile |
What does this PR do?
Fixes an incorrect unit label in the organization usage breakdown.
Backup storage was being converted to GB, but the displayed label used MB. This updates the label to GB so the value and unit match.
Test Plan
Verified the code path manually by checking the organization usage breakdown calculation.
The backup storage value now uses bytesToSize(..., 'GB') and displays the GB unit consistently.
Related PRs and Issues
N/A
Have you read the Contributing Guidelines on issues (https://github.com/appwrite/appwrite/blob/master/CONTRIBUTING.md)?
Yes.