Index: shared/scripts/configuration/utility.py =================================================================== diff -u -r4213d76652a6ccc9a8dec97a9f3b929b6e401226 -r7d87d4d539d329ece83668bcdf775bb1a96ebf47 --- shared/scripts/configuration/utility.py (.../utility.py) (revision 4213d76652a6ccc9a8dec97a9f3b929b6e401226) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision 7d87d4d539d329ece83668bcdf775bb1a96ebf47) @@ -109,6 +109,6 @@ raise LookupError("zone object is not in view to the user after " + \ "trying 100 times") -def rejection_msg(text): - names.o_treatment_saline_notification_msg["text"] = text - return names.o_treatment_saline_notification_msg +def rejection_msg(text): + names.o_rejection_msg["text"] = text + return names.o_rejection_msg