Skip to content

Commit 86e1f92

Browse files
Update slurmcostmanager.js
1 parent 302960b commit 86e1f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/slurmcostmanager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ function Summary({ summary, details = [], daily = [], monthly = [] }) {
592592
})
593593
}),
594594
React.createElement(KpiTile, {
595-
label: 'Top 10 Accounts',
595+
label: 'Top 10 Users',
596596
value: null,
597597
renderChart: () =>
598598
React.createElement(PiConsumptionChart, {

0 commit comments

Comments
 (0)