Skip to content

Text changes for Wipro and "Activity Feed" to "Opportunities" #6990

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading