Index: shared/scripts/names.py =================================================================== diff -u -r7102ce1220edcd2ae6a08e13f8e815528dba654f -rdc194f1ceb84a009dae78a5cb864c835223d4cd7 --- shared/scripts/names.py (.../names.py) (revision 7102ce1220edcd2ae6a08e13f8e815528dba654f) +++ shared/scripts/names.py (.../names.py) (revision dc194f1ceb84a009dae78a5cb864c835223d4cd7) @@ -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_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_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_next_button = {"container": o_preTreatmentWaterSampleStack_PreTreatmentBase_TreatmentFlowBase, "text": "NEXT", "type": "Text", "unnamed": 1, "visible": True} -o_instruction_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_three = {"container": o_preTreatmentWaterSampleStack_PreTreatmentBase_TreatmentFlowBase, "text": "Water sample result failed.", "type": "Text", "unnamed": 1, "visible": True} o_fail_button = {"container": o_preTreatmentWaterSampleStack_PreTreatmentBase_TreatmentFlowBase, "text": "FAIL", "type": "Text", "unnamed": 1, "visible": True}