Index: shared/scripts/configuration/utility.py =================================================================== diff -u -r05fb0b11e3823a97789661f4d7e598808b137b1a -rbcc1a6e17ebd009e7c08228b24deca470a0dba18 --- shared/scripts/configuration/utility.py (.../utility.py) (revision 05fb0b11e3823a97789661f4d7e598808b137b1a) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision bcc1a6e17ebd009e7c08228b24deca470a0dba18) @@ -132,4 +132,8 @@ except LookupError as _: test.passes("object is not present as expected") - squish.testSettings.objectNotFoundDebugging = True \ No newline at end of file + squish.testSettings.objectNotFoundDebugging = True + +def end_treatment_states_rejection_msg(text): + names.o_end_treatment_state_rejection_msg["text"] = text + return names.o_end_treatment_state_rejection_msg \ No newline at end of file