X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Fcontrollers%2FContactController.php;h=3e82c7dc8bff5f86d37e92f0a0fb7d66f2437ccb;hb=d501fa8a29291499c668bed9ddfcb4fc328b2e25;hp=e72c467514b4bb89bda10917af81261fcb995ae5;hpb=8e7d8e39a2ee5801a2f68b95cdc0e84b55da1019;p=syj.git 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")); } }