"backend/vscode:/vscode.git/clone" did not exist on "feb6999d9a8ea97b182a9fb4959d67599fb4f611"
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