diff --git a/html_ui/Pages/VCockpit/Instruments/Airliners/Shared/Boeing/Heavy_Boeing_Common.js b/html_ui/Pages/VCockpit/Instruments/Airliners/Shared/Boeing/Heavy_Boeing_Common.js
index 516a2e3..6c9c16e 100644
--- a/html_ui/Pages/VCockpit/Instruments/Airliners/Shared/Boeing/Heavy_Boeing_Common.js
+++ b/html_ui/Pages/VCockpit/Instruments/Airliners/Shared/Boeing/Heavy_Boeing_Common.js
@@ -18,8 +18,6 @@ Boeing.ThrustModeDisplay.prototype.getText = (phase, mode) => {
}
} else if (phase <= FlightPhase.FLIGHT_PHASE_CRUISE) {
text = 'CRZ';
- } else if (phase <= FlightPhase.FLIGHT_PHASE_DESCENT) {
- text = 'DES';
}
return text;
};
\ No newline at end of file
diff --git a/layout.json b/layout.json
index d04974f..0fffc3f 100644
--- a/layout.json
+++ b/layout.json
@@ -237,8 +237,8 @@
},
{
"path": "html_ui/Pages/VCockpit/Instruments/Airliners/Shared/Boeing/Heavy_Boeing_Common.js",
- "size": 577,
- "date": 132535965503959462
+ "size": 502,
+ "date": 132536098042988084
},
{
"path": "SimObjects/Airplanes/Asobo_B747_8i/approach.FLT",
diff --git a/manifest.json b/manifest.json
index 0b2b05c..5cb92e3 100644
--- a/manifest.json
+++ b/manifest.json
@@ -21,5 +21,5 @@
"OlderHistory": ""
}
},
- "total_package_size": "00000000000000701522"
+ "total_package_size": "00000000000000701447"
}
\ No newline at end of file