Customer portal : Finally translated form validation messages !

SVN:trunk[4071]
This commit is contained in:
Guillaume Lajarige
2016-05-12 10:47:38 +00:00
parent 4c9edf04dd
commit 1693f73742
19 changed files with 93 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ class Validator
{
const VALIDATOR_NAME = 'expression';
const DEFAULT_REGEXP = '';
const DEFAULT_ERROR_MESSAGE = 'TOTR: Core:Validator:Default';
const DEFAULT_ERROR_MESSAGE = 'Core:Validator:Default';
protected $sRegExp;
protected $sErrorMessage;