From 107b4e90e9c7be8664a5b966b4717833fc4772d1 Mon Sep 17 00:00:00 2001 From: Kelenius Date: Fri, 8 Dec 2023 04:51:29 +0300 Subject: [PATCH] Changed message when buying tor router (#948) --- src/Locations/ui/TorButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Locations/ui/TorButton.tsx b/src/Locations/ui/TorButton.tsx index a663248a8..3d6889114 100644 --- a/src/Locations/ui/TorButton.tsx +++ b/src/Locations/ui/TorButton.tsx @@ -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.", ); }