From b85235461a98692b7c2134c6a8fa1e4bc9af2923 Mon Sep 17 00:00:00 2001
From: Krish M <krish94@uab.edu>
Date: Fri, 20 May 2022 17:58:19 -0500
Subject: [PATCH] changed title of unauthorized.html

---
 app/templates/account/unauthorized.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/templates/account/unauthorized.html b/app/templates/account/unauthorized.html
index 66bfd78..2d54fde 100644
--- a/app/templates/account/unauthorized.html
+++ b/app/templates/account/unauthorized.html
@@ -1,5 +1,5 @@
 <html class="gr__rc_uab_edu">
-<title>User Authorization error </title>
+<title>User Authorization Error </title>
 <head>
 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
 <script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/1.7.3/socket.io.min.js"></script>
@@ -52,7 +52,7 @@
 
   <div class="col-md-10 col-sm-10 my-col">
     <div id="form-wrapper">
-    <h2> Account Authorization  error </h2>
+    <h2> User Authorization Error </h2>
     <p style="font-size:110%;"> {{ unauthorized_msg |safe }}</p>
     </div>
   </div>
-- 
GitLab