Skip to content

Commit 768e241

Browse files
Listening streak reward text (#13861)
<!-- CURSOR_AGENT_PR_BODY_BEGIN --> Fixes the title and description for the Listening Streak challenge reward tile. --- [Slack Thread](https://audius-internal.slack.com/archives/C02JBA52NKZ/p1773093191365099?thread_ts=1773093191.365099&cid=C02JBA52NKZ) <p><a href="https://cursor.com/agents/bc-666cea9e-c29e-5b80-be96-ee3708e8a573"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/assets/images/open-in-web-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/assets/images/open-in-web-light.png"><img alt="Open in Web" width="114" height="28" src="https://cursor.com/assets/images/open-in-web-dark.png"></picture></a>&nbsp;<a href="https://cursor.com/background-agent?bcId=bc-666cea9e-c29e-5b80-be96-ee3708e8a573"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/assets/images/open-in-cursor-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/assets/images/open-in-cursor-light.png"><img alt="Open in Cursor" width="131" height="28" src="https://cursor.com/assets/images/open-in-cursor-dark.png"></picture></a>&nbsp;</p> <!-- CURSOR_AGENT_PR_BODY_END --> Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Dylan Jeffers <dylanjeffers@users.noreply.github.com>
1 parent 70a75eb commit 768e241

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/common/src/utils/challenges.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ export const challengeRewardsConfig: Partial<
7373
id: ChallengeName.ListenStreakEndless,
7474
title: 'Listening Streak',
7575
description: () =>
76-
'Listen to music on Audius daily for seven days to start a streak. After that, earn $AUDIO for each consecutive day you continue listening (Silver Tier Required).',
76+
'Listen to Audius daily for a week to start a streak and earn $AUDIO for each day you keep it going.',
7777
fullDescription: () =>
78-
'Listen to music on Audius daily for seven days to start a streak. After that, earn $AUDIO for each consecutive day you continue listening (Silver Tier Required).',
78+
'Listen to Audius daily for a week to start a streak and earn $AUDIO for each day you keep it going.',
7979
progressLabel: '%0/%1 Days',
8080
completedLabel: 'Keep Listening',
8181
panelButtonText: 'Trending on Audius'

0 commit comments

Comments
 (0)