diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/facebookaction.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/facebookaction.php b/lib/facebookaction.php index ddf81c034..3a00c71dd 100644 --- a/lib/facebookaction.php +++ b/lib/facebookaction.php @@ -48,7 +48,7 @@ class FacebookAction extends Action common_element('fb:tab-item', array('title' => 'Home', 'href' => 'index.php', 'selected' => ($selected == 'Home'))); - common_element('fb:tab-item', array('title' => 'Invite Friends', + common_element('fb:tab-item', array('title' => 'Invite', 'href' => 'invite.php', 'selected' => ($selected == 'Invite'))); common_element('fb:tab-item', array('title' => 'Settings', |