X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=application%2Fcontrollers%2FContactController.php;h=3e82c7dc8bff5f86d37e92f0a0fb7d66f2437ccb;hp=e72c467514b4bb89bda10917af81261fcb995ae5;hb=db98e1f62272cff0b425133aa3b909c5cfa6183d;hpb=c7c35fba8c1ded1e4d6e04a3c9e2082ad9ace60d diff --git a/application/controllers/ContactController.php b/application/controllers/ContactController.php index e72c467..3e82c7d 100644 --- a/application/controllers/ContactController.php +++ b/application/controllers/ContactController.php @@ -119,7 +119,7 @@ class ContactController extends Zend_Controller_Action protected function _jsLocaleStrings() { $this->view->jslocales = array( - 'notEmptyField' => __("Value is required and can't be empty"), + 'notEmptyField' => __("Value is required"), 'invalidMail' => __("Invalid email")); } }