From 325f6dfa886b08b9aefbac4e399609d57d91cccf Mon Sep 17 00:00:00 2001 From: Justin Gasper Date: Mon, 10 Jun 2024 21:55:38 +0000 Subject: [PATCH 1/2] Update to Wipro text (PS-285) --- .../challenge-detail/Specification/index.jsx | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/src/shared/components/challenge-detail/Specification/index.jsx b/src/shared/components/challenge-detail/Specification/index.jsx index 5adb71749..831e4e80b 100644 --- a/src/shared/components/challenge-detail/Specification/index.jsx +++ b/src/shared/components/challenge-detail/Specification/index.jsx @@ -345,16 +345,14 @@ export default function ChallengeDetailsView(props) {

- 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.

From e30ac1f6eaf41e34d19881ef160987cc1c6c0672 Mon Sep 17 00:00:00 2001 From: Vasilica Olariu Date: Tue, 11 Jun 2024 09:22:32 +0300 Subject: [PATCH 2/2] Rename tool as Opportunities --- src/shared/utils/url.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/utils/url.js b/src/shared/utils/url.js index 89d676b59..7c20194b5 100644 --- a/src/shared/utils/url.js +++ b/src/shared/utils/url.js @@ -215,7 +215,7 @@ export const getSubPageConfiguration = (location, loginUserHandle) => { } if (url.includes('/challenges')) { - toolName = 'Activity Feed'; + toolName = 'Opportunities'; toolRoot = '/challenges'; loginRedirect = '/challenges'; type = 'tool';