Changed message when buying tor router (#948)

This commit is contained in:
Kelenius 2023-12-08 04:51:29 +03:00 committed by GitHub
parent 61ffed9b3a
commit 107b4e90e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,7 +32,7 @@ export function purchaseTorRouter(): void {
dialogBoxCreate(
"You have purchased a TOR router!\n" +
"You now have access to the dark web from your home computer.\n" +
"Use the scan/scan-analyze commands to search for the dark web connection.",
"Use the buy command in the terminal to purchase programs.",
);
}