We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a89444b commit 18ca794Copy full SHA for 18ca794
community-dashboard/app/views/StatsBoard/index.tsx
@@ -678,11 +678,11 @@ function StatsBoard(props: Props) {
678
normal
679
/>
680
)}
681
- label="Total Swipes"
+ label="Swipes"
682
variant="stat"
683
684
<InformationCard
685
- label="Total Time Spent Contributing"
+ label="Time Spent Contributing"
686
value={(isDefined(totalContribution) && totalContribution > 0) ? (
687
<TextOutput
688
className={styles.numberOutput}
0 commit comments