From 0f1aa0c12b0d217e80bb40f2c00436ea40514714 Mon Sep 17 00:00:00 2001
From: LunakisDev <71980142+LunakisDev@users.noreply.github.com>
Date: Sat, 8 Jun 2024 16:27:56 +0300
Subject: [PATCH] fix: update econnreset description (#524)
---
.github/CHANGELOG.md | 4 ++++
src/commands/support/econnreset.ts | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
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.',
]),