diff --git a/js/contact_me.js b/js/contact_me.js index c7b1ccc..d9efebd 100755 --- a/js/contact_me.js +++ b/js/contact_me.js @@ -45,7 +45,7 @@ $(function() { $('#success').html("
"); $('#success > .alert-danger').html(""); - $('#success > .alert-danger').append("Sorry " + firstName + ", it seems that my mail server is not responding. Please try again later!"); + $('#success > .alert-danger').append("Sorry, it seems that my mail server is not responding. Please try again later!"); $('#success > .alert-danger').append('
'); //clear all fields $('#contactForm').trigger("reset");