diff --git a/public/themes/simpleboot3/friendship/enter_password.html b/public/themes/simpleboot3/friendship/enter_password.html
index b194ac5..45928bc 100644
--- a/public/themes/simpleboot3/friendship/enter_password.html
+++ b/public/themes/simpleboot3/friendship/enter_password.html
@@ -138,7 +138,7 @@
     }
 
     $(".nextstep").click(function(){
-        alert(str);
+        alert(txts.length);
         window.location.href="{:url('friendship/Friend/surePassword')}"
     })