Have "Current verified Twitter account" to use the right CSS class: form_note

This commit is contained in:
Zach Copley 2009-01-27 14:51:13 -08:00
parent a5a1e15cba
commit 4a176eadcb
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ class TwittersettingsAction extends ConnectSettingsAction
$this->elementStart('li', array('id' => 'settings_twitter_remove'));
$this->element('span', 'twitter_user', $fuser->nickname);
$this->element('a', array('href' => $fuser->uri), $fuser->uri);
$this->element('p', 'form_guide',
$this->element('p', 'form_note',
_('Current verified Twitter account.'));
$this->hidden('flink_foreign_id', $flink->foreign_id);
$this->elementEnd('li');