Skip to content

Commit 5dd418c

Browse files
Fix listening streak reward tile text
Updated the description and fullDescription for the ListenStreakEndless challenge to: 'Listen to Audius daily for a week to start a streak and earn $AUDIO for each day you keep it going.' Co-authored-by: Dylan Jeffers <dylanjeffers@users.noreply.github.com>
1 parent bc8a0fb commit 5dd418c

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)