"backend/cmd/vscode:/vscode.git/clone" did not exist on "e5aa676853d2b3518eeddb4ac4a10e25fecd8c59"
fix(i18n): correct usage label from "Total" to "Last 30d"
The usage stats query defaults to a 30-day rolling window, but the UI label said "Total"/"累计" implying lifetime aggregation. Rename to "Last 30d"/"近30天" so the label matches the actual query semantics. Closes #1060
Please register or sign in to comment