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