CC-2501:Registration:wording changes

- fixed
This commit is contained in:
James 2011-07-14 16:06:13 -04:00
parent 4601852eed
commit f95e881ec5
3 changed files with 6 additions and 2 deletions

View file

@ -12,7 +12,7 @@ class Application_Form_GeneralPreferences extends Zend_Form_SubForm
//Station name
$this->addElement('text', 'stationName', array(
'class' => 'input_text',
'label' => 'Station Name:',
'label' => 'Station Name',
'required' => true,
'filters' => array('StringTrim'),
'validators' => array('NotEmpty'),