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

Commit b35d7e2

Browse files
authored
updating modal text
1 parent f714bd8 commit b35d7e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/web/scripts/launch/contestDetailSoftware.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -3353,7 +3353,7 @@ function doCloseContest(winnerId) {
33533353
success: function (jsonResult) {
33543354
handleJsonResult(jsonResult,
33553355
function(result) {
3356-
showConfirmation("Success", "Challenge has been closed", "OK", function () {
3356+
showConfirmation("Success", "The system will close the challenge shortly.", "OK", function () {
33573357
location.reload();
33583358
});
33593359
},
@@ -3428,4 +3428,4 @@ function showSelectWinner(modal, title, yesButtonHandler) {
34283428
$(modal + " .modalCommandBox .noBtn").bind("click", noButtonHandler);
34293429
adjustAndShow(modal);
34303430
$(modal + " #registrants").resetSS();
3431-
}
3431+
}

0 commit comments

Comments
 (0)