Skip to content

Commit

Permalink
fix: update econnreset description (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
LunakisDev authored Jun 8, 2024
1 parent 7f975bd commit 0f1aa0c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

Update <small>_ June 2024</small>

- fix: econnreset description (08/06/2024)

Update <small>_ May 2024</small>

- refactor: expand technical abbreviations (26/05/2024)
Expand Down
2 changes: 1 addition & 1 deletion src/commands/support/econnreset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
]),
Expand Down

0 comments on commit 0f1aa0c

Please sign in to comment.