Skip to content

Commit 957d0f5

Browse files
authored
Merge pull request #6990 from topcoder-platform/develop
Text changes for Wipro and "Activity Feed" to "Opportunities"
2 parents 0e85b76 + eb8bd4e commit 957d0f5

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

src/shared/components/challenge-detail/Specification/index.jsx

+8-10
Original file line numberDiff line numberDiff line change
@@ -345,16 +345,14 @@ export default function ChallengeDetailsView(props) {
345345
</h2>
346346
<div>
347347
<p>
348-
For employees of Wipro Technologies, following are the
349-
payment terms. Winner/s would be awarded the prize money on
350-
successful completion and acceptance of the submission by
351-
the stakeholder. Accumulated prize money for the month will
352-
be paid through Wipro payroll as part of subsequent month’s
353-
salary (eg. Aug month challenge winners payment will be
354-
credited as part Sept month salary). For payment of prize
355-
money, respective country currency conversion shall be
356-
considered as per Wipro standard currency conversion
357-
guidelines.
348+
For employees of Wipro Technologies, following are the payment terms.
349+
Winner(s) will be awarded the reward money/Winner Circle Points (WCPs) on
350+
successful completion and acceptance of the submission by the stakeholder.
351+
Accumulated reward money for the month will be paid through Wipro payroll as part of subsequent
352+
month’s salary (eg. Aug month challenge winners payment will be credited as part of Sept month salary).
353+
WCPs will be credited to winner’s WCP wallet in 3-4 weeks post challenge closure.
354+
For payment of reward money/WCPs, respective country currency conversion will be
355+
considered as per Wipro standard currency conversion guidelines.
358356
</p>
359357
</div>
360358
</article>

src/shared/utils/url.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ export const getSubPageConfiguration = (location, loginUserHandle) => {
215215
}
216216

217217
if (url.includes('/challenges')) {
218-
toolName = 'Activity Feed';
218+
toolName = 'Opportunities';
219219
toolRoot = '/challenges';
220220
loginRedirect = '/challenges';
221221
type = 'tool';

0 commit comments

Comments
 (0)