X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=application%2Fforms%2FUser.php;fp=application%2Fforms%2FUser.php;h=288dec6ee1d0644b906ef02eacd4dd32e1050f1f;hp=ca3a91b617887447f4f27eef93cfd2bbd8a47a61;hb=9e25156ae46eb12f1801f503c7fdf51534d1c1a9;hpb=208a09a18b0212eecb94b74fd63840e6fcce8878 diff --git a/application/forms/User.php b/application/forms/User.php index ca3a91b..288dec6 100644 --- a/application/forms/User.php +++ b/application/forms/User.php @@ -34,7 +34,7 @@ class Syj_Form_User extends Syj_Form_TableAbstract $email = array('Text', 'user_email', array( 'label' => __("email"), - 'description' => __("After creating your account, you will receive a confirmation email. You have 7 days to confirm otherwise, your account and your routes will all be deleted."), + 'description' => __("After creating your account, you will receive a confirmation email. You have 7 days to confirm otherwise, your account will be deleted."), 'required' => true ));