diff --git a/app/templates/account/certify.html b/app/templates/account/certify.html
index eba6f7cfed51ed7cd704933009a380b38fdafee7..4500ec9e4cd775fe5cfaed84f171155dc38fe7b5 100644
--- a/app/templates/account/certify.html
+++ b/app/templates/account/certify.html
@@ -21,7 +21,8 @@
         });
 
         socket.on( 'certified', function( msg ) {
-          $('#myModal2 .modal-title').text("Account Certification Successful");
+          $('#myModal2 .modal-title').text("Account Certification Successful.");
+          $('#myModal2 .modal-title').text("Please allow 10-15 minutes for SSH access to be restored for your account.");
           $('#myModal2 .modal-body').text("Redirecting...");
           setTimeout(() => {
             window.location.replace('{{ referrer }}');