Skip to content

Commit

Permalink
updated description
Browse files Browse the repository at this point in the history
  • Loading branch information
frankkopp committed Feb 26, 2024
1 parent 37ddd27 commit c213c70
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,10 +293,12 @@ const config: Configuration = {
url: 'https://flybywirecdn.com/addons/a380x/a380x-experimental',
alternativeUrls: [],
isExperimental: true,
description: '',
warningContent: 'This download only contain the public part of the A380X and is not ' +
'sufficient to get the full A380X QA build. You need to have access to the private ' +
'repository to get the full A380X QA build.',
description: 'This download only contains the public part of the A380X and is not ' +
'sufficient to get the full A380X QA build. You need to also install the ' +
'private second package with the model/texture and sounds.',
warningContent: 'This download only contains the public part of the A380X and is not ' +
'sufficient to get the full A380X QA build. You need to also install the ' +
'private second package with the model/texture and sounds.',
releaseModel: {
type: 'githubBranch',
branch: 'a380x-experimental',
Expand Down

0 comments on commit c213c70

Please sign in to comment.