Skip to content

Commit eb8bd4e

Browse files
authored
Merge pull request #6989 from topcoder-platform/CORE-566_rename-activity-feed
CORE-566 - Rename activity feed to Opportunities
2 parents 325f6df + e30ac1f commit eb8bd4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)