From 878865a2081ec80c207b71e61064d8508ba8c571 Mon Sep 17 00:00:00 2001 From: Krish M <krish94@uab.edu> Date: Tue, 12 Apr 2022 10:24:50 -0500 Subject: [PATCH] edited modal message --- app/templates/errors/certify.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/errors/certify.html b/app/templates/errors/certify.html index 3102717..231acb2 100644 --- a/app/templates/errors/certify.html +++ b/app/templates/errors/certify.html @@ -124,7 +124,7 @@ <h4 class="modal-title" id="myModalLabel">Account Certification Received!</h4> </div> <div class="modal-body"> - <span>Please wait while we create your account. This may take up to 5-10 minutes.</span> + <span>Sit tight while we certify your account.</span> <img src="{{ url_for('static', filename='img/loading.gif') }}" width="40px"> </div> </div> -- GitLab