Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit ea5b9e7

Browse files
authored
Merge pull request #480 from appirio-tech/registration-email-update
Corrected challenge name
2 parents 0757826 + db8875a commit ea5b9e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/challengeRegistration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ var sendNotificationEmail = function (api, componentInfo, userId, activeForumCat
378378
}
379379

380380
user = result[0];
381-
projectName = componentInfo.project_name + api.helper.getPhaseName(componentInfo.phase_id) + ' Contest';
381+
projectName = componentInfo.project_name;
382382
documentationDetails = '';
383383
// we need to set up a new environment variable for the web server name specifici to each environment
384384
//submitURL = process.env.TC_ACTIVATION_SERVER_NAME + '/challenge-details/' + challengeId + '/submit/';

0 commit comments

Comments
 (0)