From e9fbbf79fdf3d82673807e2f735a8b7a14581862 Mon Sep 17 00:00:00 2001 From: Krish Moodbidri <krish94@uab.edu> Date: Wed, 8 Sep 2021 16:36:13 -0500 Subject: [PATCH] fixed erroe message text --- messages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages.py b/messages.py index bcd630f..f4dfbf0 100644 --- a/messages.py +++ b/messages.py @@ -1,3 +1,3 @@ welcome_message = "The information below will be used to create your account. Please fill in the reason for requesting your account as this helps us understand our user base.<br>Contact <a href='mailto:support@listserv.uab.edu'>Research Computing</a> if you have any questions." cancel_message = "Close current tab to end session.<br>Contact <a href="'mailto:support@listserv.uab.edu'">Research Computing</a> if you have any questions." -error_message = "Error while creating your account. We have been notified about this. Contact <a href='mailto:support@listserv.uab.edu'>Research Computing</a> for any assistance in creating your account." +error_message = "An error occurred while creating your account. Research Computing team has been notified and is working on fixing it.<br>Contact <a href='mailto:support@listserv.uab.edu'>Research Computing</a> if you have any questions." -- GitLab