Skip to content

Commit 5272fe8

Browse files
committed
Merge branch 'integration-v5-challenge-api' of github.com:topcoder-platform/community-app into integration-v5-challenge-api
2 parents 70b44b2 + 2f880ec commit 5272fe8

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)