summaryrefslogtreecommitdiff
path: root/actions/twittersettings.php
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-01-27 14:51:13 -0800
committerZach Copley <zach@controlyourself.ca>2009-01-27 14:51:13 -0800
commit4a176eadcb5e394faea3664caafdd5cc8418c2e3 (patch)
treeb98a5a4987604d54a04fdde18f364c33bbd98187 /actions/twittersettings.php
parenta5a1e15cbae190e218cc24bd1e0575176fa28122 (diff)
Have "Current verified Twitter account" to use the right CSS class: form_note
Diffstat (limited to 'actions/twittersettings.php')
-rw-r--r--actions/twittersettings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/twittersettings.php b/actions/twittersettings.php
index c3a851415..b3bf67dc3 100644
--- a/actions/twittersettings.php
+++ b/actions/twittersettings.php
@@ -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');