From 885dd226fc4b1800d772e91887949e2626174f62 Mon Sep 17 00:00:00 2001 From: LunakisLeaks Date: Wed, 29 May 2024 22:56:15 +0300 Subject: [PATCH] Updated econnreset description --- src/commands/support/econnreset.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/support/econnreset.ts b/src/commands/support/econnreset.ts index 63b07d9b..b1ac641f 100644 --- a/src/commands/support/econnreset.ts +++ b/src/commands/support/econnreset.ts @@ -5,7 +5,7 @@ import { makeEmbed, makeLines } from '../../lib/embed'; const econnresetEmbed = makeEmbed({ title: 'FlyByWire Support | ECONNRESET', description: makeLines([ - 'To verify that this issue is not caused by your Internet Service Provider, please use a VPN service with the connection location set to the US and try again.', + 'To verify that this issue is not caused by your Internet Service Provider, please use a VPN service and try again.', '', 'We recommend [ProtonVPN](https://protonvpn.com/free-vpn/)* as they offer a free plan.', ]),