in the screen shot. you have a mis spell.
protsessor should be processor
/CPU Field/locale/user_cpu.php
<?php
$locale['uf_cpu'] = "Protsessor";
$locale['uf_cpu_desc'] = "Your Protsessor.";
$locale['uf_cpu_error'] = "Fill your Protsessor Field.";
?>
should be
<?php
$locale['uf_cpu'] = "Processor";
$locale['uf_cpu_desc'] = "Your Processor";
$locale['uf_cpu_error'] = "Fill your Processor Field.";
?>
0 replies