Added more info the confirmation button.

This commit is contained in:
Ajay Ramachandran
2019-07-29 16:29:20 -04:00
parent a75ea50098
commit e4c94aa5c5

View File

@@ -706,7 +706,7 @@ function submitSponsorTimes() {
if (sponsorTimes != undefined && sponsorTimes.length > 0) { if (sponsorTimes != undefined && sponsorTimes.length > 0) {
let confirmMessage = "Are you sure you want to submit this?\n\n" + getSponsorTimesMessage(sponsorTimes); let confirmMessage = "Are you sure you want to submit this?\n\n" + getSponsorTimesMessage(sponsorTimes);
confirmMessage += "\n\nTo see more information, open the popup by clicking the extensions icon in the top right corner." confirmMessage += "\n\nTo edit or delete values, click the info button or open the extension popup by clicking the extension icon in the top right corner."
if(!confirm(confirmMessage)) return; if(!confirm(confirmMessage)) return;
sendSubmitMessage(); sendSubmitMessage();