This commit is contained in:
Claude 2012-04-13 20:23:11 +02:00
parent f26c5c40fe
commit 2f6cdf541b

View File

@ -96,7 +96,7 @@ class Main extends CI_Controller
$rules = array(
array(
'field' => 'code',
'label' => 'Your paste',
'label' => 'Main Paste',
'rules' => 'required'
) ,
array(