Index: shared/scripts/configuration/strings.py =================================================================== diff -u -r2545702a9c0d155e36e6243ccad37b68d71c769e -r4dd89aeb6c9ddce871bd5c232adc76c263a3af8f --- shared/scripts/configuration/strings.py (.../strings.py) (revision 2545702a9c0d155e36e6243ccad37b68d71c769e) +++ shared/scripts/configuration/strings.py (.../strings.py) (revision 4dd89aeb6c9ddce871bd5c232adc76c263a3af8f) @@ -18,7 +18,7 @@ SALINE_UNIT = "mL" BLOOD_PRIMING_UNIT = "mL" BLOOD_PRIMING_VALUE_0 = "0" -BLOOD_PRIMING_DEFAULT_VALUE = BLOOD_PRIMING_VALUE_0 + BLOOD_PRIMING_UNIT +BLOOD_PRIMING_DEFAULT_VALUE = BLOOD_PRIMING_VALUE_0 + " " + BLOOD_PRIMING_UNIT #main treatment screen VITALS_TITLE = "VITALS"