Skip to content

Commit

Permalink
refactor: Expand technical abbreviations (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
alepouna authored May 26, 2024
1 parent d751097 commit 7f975bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Update <small>_ May 2024</small>

- 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)
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 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.',
]),
Expand Down

0 comments on commit 7f975bd

Please sign in to comment.