Skip to content

Commit

Permalink
Updating Developer to Development
Browse files Browse the repository at this point in the history
  • Loading branch information
pdellaert committed Jun 30, 2024
1 parent 4b34a6c commit 2ca7d21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/commands/aircraft/flex-temp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { makeEmbed, makeLines } from '../../lib/embed';
const flexEmbed = makeEmbed({
title: 'FlyByWire A32NX | Flex Temp',
description: makeLines([
'The Flex Temp can be calculated in the **Developer** version using the Takeoff Performance Calculator in the EFB. Check out the [Documentation](https://docs.flybywiresim.com/flypad-performance/) for more information.',
'The Flex Temp can be calculated in the **Development** version using the Takeoff Performance Calculator in the EFB. Check out the [Documentation](https://docs.flybywiresim.com/flypad-performance/) for more information.',
'',
'For the **Stable** version, see the [Flex Temp Section](https://docs.flybywiresim.com/pilots-corner/beginner-guide/preparing-mcdu/#flex-temp) in our MCDU guide.',
]),
Expand Down
4 changes: 2 additions & 2 deletions src/commands/aircraft/takeoffPerf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ import { makeEmbed, makeLines } from '../../lib/embed';
const takeoffPerfEmbed = makeEmbed({
title: 'FlyByWire A32NX | Takeoff Performance Calculator',
description: makeLines([
'A Takeoff Performance Calculator is available on the **Developer** version of the A32NX. For more information, check out the [Takeoff Performance Calculator documentation](https://docs.flybywiresim.com/flypad-performance/).',
'A Takeoff Performance Calculator is available on the **Development** version of the A32NX. For more information, check out the [Takeoff Performance Calculator documentation](https://docs.flybywiresim.com/flypad-performance/).',
'',
'For the **Stable** version, see the [V-Speeds Section](https://docs.flybywiresim.com/pilots-corner/beginner-guide/preparing-mcdu/#v-speeds) in our MCDU guide.',
'',
'**Note:** The functionality where the LSK next to the V1, VR and V2 speeds can be used to automatically calculate them in the MCDU PERF page has been removed in the Developer version. Use the new Takeoff Performance Calculator instead.',
'**Note:** The functionality where the LSK next to the V1, VR and V2 speeds can be used to automatically calculate them in the MCDU PERF page has been removed in the Development version. Use the new Takeoff Performance Calculator instead.',
]),
});

Expand Down

0 comments on commit 2ca7d21

Please sign in to comment.