Skip to content

Commit 2f880ec

Browse files
authored
Merge pull request #4426 from simranb86/issue_4405
fix for issue #4405
2 parents 620f307 + 1460e49 commit 2f880ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/utils/challenge-detail/helper.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export function getPrizePointsUI(challenge) {
153153
const { prizes } = challenge.prizeSets[0];
154154
return (
155155
<Prize
156-
label="Points"
156+
label="Purse"
157157
prizes={prizes}
158158
prizeUnitSymbol="$"
159159
totalPrize={prizes.reduce((acc, prize) => acc + prize.value, 0)}

0 commit comments

Comments
 (0)