diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 1d2f3ae1..cbbe1854 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,9 @@ ## Changelog +Update _ June 2024 + +- fix: econnreset description (08/06/2024) + Update _ May 2024 - refactor: expand technical abbreviations (26/05/2024) 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.', ]),