diff --git a/Htmldocs/release_notes.html b/Htmldocs/release_notes.html
index 0d52aeeb..84dc7813 100644
--- a/Htmldocs/release_notes.html
+++ b/Htmldocs/release_notes.html
@@ -24,6 +24,7 @@
Portions of OSCAR are © 2019-2021 by
The OSCAR Team
+ - {new} Correct the mode names for BiLevel ResMed machines.
- [new] Add support for additional Viatom/Wellue filename conventions.
- [new] Add support for unreadably low SpO2 samples on Viatom/Wellue oximeters.
- [fix] Fix AVAPS pressure settings.
diff --git a/oscar/SleepLib/loader_plugins/resmed_loader.cpp b/oscar/SleepLib/loader_plugins/resmed_loader.cpp
index 838c1f95..a0d4dc86 100644
--- a/oscar/SleepLib/loader_plugins/resmed_loader.cpp
+++ b/oscar/SleepLib/loader_plugins/resmed_loader.cpp
@@ -102,15 +102,15 @@ void ResmedLoader::initChannels()
chan->addOption(0, QObject::tr("CPAP"));
chan->addOption(1, QObject::tr("APAP"));
- chan->addOption(2, QObject::tr("VPAP-T"));
- chan->addOption(3, QObject::tr("VPAP-S"));
- chan->addOption(4, QObject::tr("VPAP-S/T"));
- chan->addOption(5, QObject::tr("?5?"));
+ chan->addOption(2, QObject::tr("BiPAP-T"));
+ chan->addOption(3, QObject::tr("BiPAP-S"));
+ chan->addOption(4, QObject::tr("BiPAP-S/T"));
+ chan->addOption(5, QObject::tr("BiPAP-T"));
chan->addOption(6, QObject::tr("VPAPauto"));
chan->addOption(7, QObject::tr("ASV"));
chan->addOption(8, QObject::tr("ASVAuto"));
chan->addOption(9, QObject::tr("iVAPS"));
- chan->addOption(10, QObject::tr("?10?"));
+ chan->addOption(10, QObject::tr("PAC"));
chan->addOption(11, QObject::tr("Auto for Her"));
channel.add(GRP_CPAP, chan = new Channel(RMS9_EPR = 0xe201, SETTING, MT_CPAP, SESSION,