Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -refc7f297febee73bf520b4c5646e49c8f53caf41 -r2bb8d48b499b9124aa983b5d952b5a261f6efed7 --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision efc7f297febee73bf520b4c5646e49c8f53caf41) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 2bb8d48b499b9124aa983b5d952b5a261f6efed7) @@ -563,8 +563,8 @@ { BOOL status = FALSE; - // If DG is in standby mode and the standby mode is in Idle, request chemical disinfect - // Chemical disinfect cannot be run in solo mode because the user has to confirm that the acid is inserted or removed + // If DG is in standby mode and the standby mode is in Idle, request chemical disinfect flush + // Chemical disinfect flush cannot be run in solo mode because the user has to confirm that the acid is inserted or removed if ( ( DG_MODE_STAN == getCurrentOperationMode() ) && ( DG_STANDBY_MODE_STATE_IDLE == standbyState ) ) { DG_CMD_RESPONSE_T cmdResponse; @@ -583,7 +583,7 @@ } #endif - // When chemical disinfect is about to be started, both caps must be closed + // When chemical disinfect flush is about to be started, both caps must be closed if ( ( STATE_OPEN == concCap ) || ( STATE_OPEN == diaCap ) ) { cmdResponse.rejected = TRUE;