]> dev.renevier.net Git - syj.git/blobdiff - application/controllers/AccountController.php
search a place with nominatim
[syj.git] / application / controllers / AccountController.php
index 57ea4d41d04be8c489a63181d8db3ad7e4bf7a34..c9c986ecba33ff6741ae1526acfb6c5344f892b1 100644 (file)
@@ -68,7 +68,7 @@ class AccountController extends Zend_Controller_Action
 
     protected function _jsLocaleStrings() {
         $this->view->jslocales = array(
-            'notEmptyField' => __("Value is required and can't be empty"),
+            'notEmptyField' => __("Value is required"),
             'passwordNoMatchWarn' => __("Password do not match"),
             'passwordLenghtWarn' => array(__("At least %d characters"), 6),
             'nochangeWarn' => __("You have made no change"),