Skip to content

Commit 0f1aa0c

Browse files
authored
fix: update econnreset description (#524)
1 parent 7f975bd commit 0f1aa0c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog
22

3+
Update <small>_ June 2024</small>
4+
5+
- fix: econnreset description (08/06/2024)
6+
37
Update <small>_ May 2024</small>
48

59
- refactor: expand technical abbreviations (26/05/2024)

src/commands/support/econnreset.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { makeEmbed, makeLines } from '../../lib/embed';
55
const econnresetEmbed = makeEmbed({
66
title: 'FlyByWire Support | ECONNRESET',
77
description: makeLines([
8-
'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.',
8+
'To verify that this issue is not caused by your Internet Service Provider, please use a VPN service and try again.',
99
'',
1010
'We recommend [ProtonVPN](https://protonvpn.com/free-vpn/)* as they offer a free plan.',
1111
]),

0 commit comments

Comments
 (0)