Index: shared/scripts/names.py =================================================================== diff -u -rdc194f1ceb84a009dae78a5cb864c835223d4cd7 -r1b390e5fda312e84d17537775b419c7dff8dd99f --- shared/scripts/names.py (.../names.py) (revision dc194f1ceb84a009dae78a5cb864c835223d4cd7) +++ shared/scripts/names.py (.../names.py) (revision 1b390e5fda312e84d17537775b419c7dff8dd99f) @@ -53,9 +53,9 @@ #instructions for water sample o_instruction_title = {"container": o_preTreatmentWaterSampleStack_PreTreatmentBase_TreatmentFlowBase, "text": "Water Sample", "type": "Text", "unnamed": 1, "visible": True} -o_instruction_ws_screen_one = {"container": o_preTreatmentWaterSampleStack_PreTreatmentBase_TreatmentFlowBase, "text": "Place cup in the water sampling pocket. Press and hold the \"Water Sample\" button.", "type": "Text", "unnamed": 1, "visible": True} -o_instruction_ws_screen_two = {"container": o_preTreatmentWaterSampleStack_PreTreatmentBase_TreatmentFlowBase, "text": "Test the water sample per your clinic's instructions and enter the result.", "type": "Text", "unnamed": 1, "visible": True} -o_instruction_ws_screen_three = {"container": o_preTreatmentWaterSampleStack_PreTreatmentBase_TreatmentFlowBase, "text": "Water sample result failed.", "type": "Text", "unnamed": 1, "visible": True} +o_instruction_ws_screen_one = {"container": o_preTreatmentWaterSampleStack_PreTreatmentBase_TreatmentFlowBase, "type": "Text", "unnamed": 1, "visible": True} +o_instruction_ws_screen_two = {"container": o_preTreatmentWaterSampleStack_PreTreatmentBase_TreatmentFlowBase, "type": "Text", "unnamed": 1, "visible": True} +o_instruction_ws_screen_three = {"container": o_preTreatmentWaterSampleStack_PreTreatmentBase_TreatmentFlowBase, "type": "Text", "unnamed": 1, "visible": True} o_next_button = {"container": o_preTreatmentWaterSampleStack_PreTreatmentBase_TreatmentFlowBase, "text": "NEXT", "type": "Text", "unnamed": 1, "visible": True} o_fail_button = {"container": o_preTreatmentWaterSampleStack_PreTreatmentBase_TreatmentFlowBase, "text": "FAIL", "type": "Text", "unnamed": 1, "visible": True}