diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 035f0586..1d2f3ae1 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -2,6 +2,7 @@ Update _ May 2024 +- refactor: expand technical abbreviations (26/05/2024) - feat: devlanguage command more aliases (26/05/2024) - chore: remove efb and adirs commands (26/05/2024) - fix: remove synaptic command (07/05/2024) 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.', ]),