Skip to content

Commit 1f0fbb7

Browse files
authored
Merge pull request #4480 from narekcat/issue-4473
fix: change <time> to go to <time> to register in register button
2 parents 4426ce1 + 1a3f813 commit 1f0fbb7

File tree

3 files changed

+3
-3
lines changed
  • __tests__/shared/components/challenge-listing/ChallengeCard/__snapshots__
  • src/shared/components
    • challenge-detail/RecommendedActiveChallenges/ChallengesCard
    • challenge-listing/ChallengeCard/Status

3 files changed

+3
-3
lines changed

__tests__/shared/components/challenge-listing/ChallengeCard/__snapshots__/Status.jsx.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ exports[`Matches shallow shapshot shapshot 1 1`] = `
128128
<span
129129
className="src-shared-components-challenge-listing-ChallengeCard-Status-___style__to-register___17rpT"
130130
>
131-
to go
131+
to register
132132
</span>
133133
</a>
134134
</div>

src/shared/components/challenge-detail/RecommendedActiveChallenges/ChallengesCard/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export default function ChallengesCard({
106106
</div>
107107

108108
<div styleName="bottom">
109-
<span>{getTimeLeft(statusPhase, 'to go').text}</span>
109+
<span>{getTimeLeft(statusPhase, 'to register').text}</span>
110110
</div>
111111
</div>
112112
);

src/shared/components/challenge-listing/ChallengeCard/Status/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export default function ChallengeStatus(props) {
150150
{timeNote}
151151
</span>
152152
<span styleName="to-register">
153-
to go
153+
to register
154154
</span>
155155
</a>
156156
);

0 commit comments

Comments
 (0)