CC-2107 : Soundcloud username should be changed to email

This commit is contained in:
naomiaro 2011-03-25 15:08:57 -04:00
parent d0d8456a7a
commit 32323cb8ae
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class Application_Form_Preferences extends Zend_Form
//SoundCloud Username
$this->addElement('text', 'SoundCloudUser', array(
'class' => 'input_text',
'label' => 'SoundCloud Username:',
'label' => 'SoundCloud Email:',
'required' => false,
'filters' => array('StringTrim'),
'value' => Application_Model_Preference::GetSoundCloudUser()