From 885dd226fc4b1800d772e91887949e2626174f62 Mon Sep 17 00:00:00 2001 From: LunakisLeaks Date: Wed, 29 May 2024 22:56:15 +0300 Subject: [PATCH 1/3] 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.', ]), From 118f7f3c5b0d8cfb30cc61609ab9a887976165d0 Mon Sep 17 00:00:00 2001 From: LunakisLeaks Date: Wed, 29 May 2024 22:58:33 +0300 Subject: [PATCH 2/3] add changelog --- .github/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 1d2f3ae1..bb781b93 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -2,6 +2,7 @@ Update _ May 2024 +- fix: econnreset description (29/05/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) From bd8a25ad0a70989763e64f5c1cad3eb2c8f83d7d Mon Sep 17 00:00:00 2001 From: BenW Date: Sat, 8 Jun 2024 14:26:21 +0100 Subject: [PATCH 3/3] Update CHANGELOG.md --- .github/CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index bb781b93..cbbe1854 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,8 +1,11 @@ ## Changelog +Update _ June 2024 + +- fix: econnreset description (08/06/2024) + Update _ May 2024 -- fix: econnreset description (29/05/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)