From c213c70b4a28e43514d86a9690e5585a5b2c4f99 Mon Sep 17 00:00:00 2001 From: Frank Kopp Date: Mon, 26 Feb 2024 13:20:39 +0100 Subject: [PATCH] updated description --- config/config.ts | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/config/config.ts b/config/config.ts index 29cdd8f..a92178a 100644 --- a/config/config.ts +++ b/config/config.ts @@ -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',