diff --git a/app/templates/account/certify.html b/app/templates/account/certify.html
index 4500ec9e4cd775fe5cfaed84f171155dc38fe7b5..8afa6f49e005831e0d553e61f5e100bc97f9b4b6 100644
--- a/app/templates/account/certify.html
+++ b/app/templates/account/certify.html
@@ -22,8 +22,7 @@
 
         socket.on( 'certified', function( msg ) {
           $('#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...");
+          $('#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);