Index: shared/scripts/configuration/strings.py =================================================================== diff -u -r40314c67874695eefc506c3a6a33896495953edd -r6dea78f296538eaec9a3478608f5ba0be9e9c954 --- shared/scripts/configuration/strings.py (.../strings.py) (revision 40314c67874695eefc506c3a6a33896495953edd) +++ shared/scripts/configuration/strings.py (.../strings.py) (revision 6dea78f296538eaec9a3478608f5ba0be9e9c954) @@ -146,7 +146,7 @@ 16: "REQUEST_REJECT_REASON_SALINE_BOLUS_IN_PROGRESS", # A saline bolus is in progress 17: "REQUEST_REJECT_REASON_PARAM_OUT_OF_RANGE", # A treatment parameter is out of range 18: "REQUEST_REJECT_REASON_HEPARIN_PRESTOP_EXCEEDS_DURATION", # The Heparin pre-stop setting is greater than the treatment duration - 19: "REQUEST_REJECT_REASON_AVAILABLE_1", # available reason slot + 19: "REQUEST_REJECT_REASON_DG_FILTER_FLUSH_HAS_BEEN_EXPIRED", # available reason slot 20: "REQUEST_REJECT_REASON_AVAILABLE_2", # available reason slot 21: "REQUEST_REJECT_REASON_SALINE_MAX_VOLUME_REACHED", # Saline bolus volume maximum has been reached - no more saline allowed 22: "REQUEST_REJECT_REASON_SALINE_BOLUS_NOT_IN_PROGRESS", # A saline bolus is not in progress @@ -386,7 +386,7 @@ UNIT_OF_VOLUME_AND_BRIGHTNESS = "%" #service wifi -WIFI_PARAMETERS_TEXTS = ["Wi-Fi", "IP Address", "Gateway", "Subnet Mask", "DNS", "SSID", "SCAN", "Scan Finished", "BACK"] +WIFI_PARAMETERS_TEXTS = ["Wi-Fi", "IP Address", "Gateway", "Subnet Mask", "DNS", "SSID", "SCAN", "BACK"] # , "Scan Finished" is not available in the when not running on the device due to disabled administrative scripts. #service Bluetooth cuff BLUETOOTH_CUFF_PARAMETERS = ["Bluetooth Cuff", "Devices"]