From 889aea860a9ff129231d4fda5c9fd925436347a0 Mon Sep 17 00:00:00 2001 From: alepouna <98479040+alepouna@users.noreply.github.com> Date: Sun, 26 May 2024 09:09:48 +0300 Subject: [PATCH] Update econnreset.ts --- 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 113e6ced..63b07d9b 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 ISP, please use a VPN 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 with the connection location set to the US and try again.', '', 'We recommend [ProtonVPN](https://protonvpn.com/free-vpn/)* as they offer a free plan.', ]),