From e3ff52ad89b1ac8549ee4b2b679cf9d7a2f96d29 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Thu, 27 Feb 2014 19:37:16 -0500 Subject: Improve session creation --- models/user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'models') diff --git a/models/user.php b/models/user.php index 50e02fef..f80d5edf 100644 --- a/models/user.php +++ b/models/user.php @@ -88,7 +88,7 @@ class User extends Base new Validators\MinLength('password', t('The minimum length is %d characters', 6), 6), new Validators\Required('confirmation', t('The confirmation is required')), new Validators\Equals('password', 'confirmation', t('Passwords doesn\'t matches')), - new Validators\Integer('default_project_id', t('The value must be an integer')), + new Validators\Integer('default_project_id', t('This value must be an integer')), new Validators\Integer('is_admin', t('This value must be an integer')), )); -- cgit v1.2.3