Skip to content

Commit 2799460

Browse files
committed
updated sellMessage
1 parent b589ebc commit 2799460

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/http/post-index/helpers.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,10 @@ exports.appendAskForSupport = (downloadObject) => {
203203
downloadObject["sell"] = true;
204204
downloadObject["sellLink"] =
205205
"https://support-tvdl.saifalfalah.workers.dev/";
206-
downloadObject["sellMessage"] =
207-
"Happy Holidays! Please donate a small amount to support this shortcut! 🙏";
208206
// downloadObject["sellMessage"] =
209-
// "Thank you for using TVDL. If you like this shortcut, please consider helping me by supporting this shortcut.";
207+
// "Happy Holidays! Please donate a small amount to support this shortcut! 🙏";
208+
downloadObject["sellMessage"] =
209+
"Thank you for using TVDL. If you like this shortcut, please consider helping me by supporting this shortcut. 🙏";
210210
downloadObject["declineMessage"] =
211211
"If you have already donated, you can download TVDL - No Donation Edition, at www.tvdl.app. Thank you!";
212212
downloadObject["yesPrompt"] = "Yes, I will support 👍😁";

0 commit comments

Comments
 (0)