diff --git a/app/templates/errors/shibboleth.html b/app/templates/errors/shibboleth.html index fffdd9dd043bb24a536a615384f307d8b296a94c..f4a5cf5c39c3f97458080d8a3eeab9056ecb52e4 100644 --- a/app/templates/errors/shibboleth.html +++ b/app/templates/errors/shibboleth.html @@ -1,5 +1,5 @@ <html class="gr__rc_uab_edu"> -<title>User Shibboleth 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 SHIB error </h2> + <h2> Account Authorization error </h2> <p style="font-size:110%;"> {{ welcome_msg |safe }}</p> </div> </div>