Index: shared/scripts/names.py =================================================================== diff -u -rbf7d91658db65553a07d14eb2cd923c19ec7283b -rf286501ab9d7a5ce1c75e6bbee04569266090e9c --- shared/scripts/names.py (.../names.py) (revision bf7d91658db65553a07d14eb2cd923c19ec7283b) +++ shared/scripts/names.py (.../names.py) (revision f286501ab9d7a5ce1c75e6bbee04569266090e9c) @@ -378,7 +378,7 @@ o_create_treatment_confirm_back_button = {"container": o_create_treatment_confirm_container, "objectName": "_backButton", "type": "BackButton"} # Confirm + Priming + Begin Treatment -o_confirm_treatment_flickable = {"container": o_create_treatment_confirm_container, "objectName": "_confirmTreatmentFlickable", "type": "Flickable"} +o_confirm_treatment_flickable = {"container": o_create_treatment_confirm_container, "objectName": "_treatmentConfirmFlickable", "type": "Flickable"} o_priming_container = {"container": o_qquickview_alarm, "objectName": "_treatmentPrime", "type": "TreatmentPrime"} o_priming_back_button = {"container": o_priming_container, "objectName": "_backButton", "type": "BackButton"} o_priming_flickable = {"container": o_priming_container, "objectName": "_treatmentPrimeFlickable", "type": "Flickable"}