diff --git a/app/templates/account/unauthorized.html b/app/templates/account/unauthorized.html
index 2d54fde406e383f7bda45a773047c89c731d8069..19e5740f87b6ca9095a95b9da993ce79c119ff99 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> Account Unauthorized </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> User Authorization Error </h2>
+    <h2> Account Unauthorized </h2>
     <p style="font-size:110%;"> {{ unauthorized_msg |safe }}</p>
     </div>
   </div>