From 3763aa787af02bd3ad25aa88eb74f09975c3ec4b Mon Sep 17 00:00:00 2001
From: llaffont <llaffont@git-test.afi-sa.fr>
Date: Fri, 30 Aug 2013 09:34:02 +0000
Subject: [PATCH] =?UTF-8?q?Contr=C3=B4le=20saisie=20t=C3=A9l=C3=A9phone=20?=
 =?UTF-8?q?fiche=20utilisateur=20rel=20#9286?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 library/ZendAfi/Validate/EmailAddress.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/library/ZendAfi/Validate/EmailAddress.php b/library/ZendAfi/Validate/EmailAddress.php
index 9b13e4f1d0c..07a06f991e1 100644
--- a/library/ZendAfi/Validate/EmailAddress.php
+++ b/library/ZendAfi/Validate/EmailAddress.php
@@ -21,7 +21,7 @@
 class ZendAfi_Validate_EmailAddress extends Zend_Validate_Abstract {
 	const INVALID_MAIL = 'invalidMail';
 	
-	protected $_messageTemplates = [self::INVALID_MAIL   => "'%value%' n'est pas un courriel valide de la forme 'compte@hote.ext'"];
+	protected $_messageTemplates = [self::INVALID_MAIL   => "'%value%' n'est pas un email valide de la forme 'compte@hote.ext'"];
 
 	public function isValid($value) {
 		$this->_setValue((string)$value);
-- 
GitLab