Skip to content

Commit

Permalink
Merge pull request #6990 from topcoder-platform/develop
Browse files Browse the repository at this point in the history
Text changes for Wipro and "Activity Feed" to "Opportunities"
  • Loading branch information
jmgasper authored Jun 12, 2024
2 parents 0e85b76 + eb8bd4e commit 957d0f5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
18 changes: 8 additions & 10 deletions src/shared/components/challenge-detail/Specification/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -345,16 +345,14 @@ export default function ChallengeDetailsView(props) {
</h2>
<div>
<p>
For employees of Wipro Technologies, following are the
payment terms. Winner/s would be awarded the prize money on
successful completion and acceptance of the submission by
the stakeholder. Accumulated prize money for the month will
be paid through Wipro payroll as part of subsequent month’s
salary (eg. Aug month challenge winners payment will be
credited as part Sept month salary). For payment of prize
money, respective country currency conversion shall be
considered as per Wipro standard currency conversion
guidelines.
For employees of Wipro Technologies, following are the payment terms.
Winner(s) will be awarded the reward money/Winner Circle Points (WCPs) on
successful completion and acceptance of the submission by the stakeholder.
Accumulated reward money for the month will be paid through Wipro payroll as part of subsequent
month’s salary (eg. Aug month challenge winners payment will be credited as part of Sept month salary).
WCPs will be credited to winner’s WCP wallet in 3-4 weeks post challenge closure.
For payment of reward money/WCPs, respective country currency conversion will be
considered as per Wipro standard currency conversion guidelines.
</p>
</div>
</article>
Expand Down
2 changes: 1 addition & 1 deletion src/shared/utils/url.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export const getSubPageConfiguration = (location, loginUserHandle) => {
}

if (url.includes('/challenges')) {
toolName = 'Activity Feed';
toolName = 'Opportunities';
toolRoot = '/challenges';
loginRedirect = '/challenges';
type = 'tool';
Expand Down

0 comments on commit 957d0f5

Please sign in to comment.