Skip to content

Commit eb62fe6

Browse files
committed
fix(unit-user-usage): update pivot toggle text
1 parent d785342 commit eb62fe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/usage/UnitUserUsage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ export const UnitUserUsage = ({ unitId }: UnitUserUsageProps) => {
8282
const pivotToggle = (
8383
<FormControlLabel
8484
control={<Switch checked={pivot} onChange={(event) => setPivot(event.target.checked)} />}
85-
label="Pivot"
86-
labelPlacement="start"
85+
label="By User / Project"
86+
labelPlacement="top"
8787
/>
8888
);
8989

0 commit comments

Comments
 (0)