]> git.mxchange.org Git - friendica-addons.git/blobdiff - widgets/widget_friends.php
Fix typo in translation string in twitter
[friendica-addons.git] / widgets / widget_friends.php
index 6b1cf18c44c12b875dafe179a01d1e0eca6ffd18..195667e89bb4962612950534e150f8a78ee567e8 100644 (file)
@@ -37,6 +37,6 @@ function friends_widget_content(&$a, $conf){
                
        </style>";
        $o .= _abs_url(contact_block());
-       $o .= "<a href='".$a->get_baseurl().'/profile/'.$a->profile['nickname']."'>". t('Connect on Friendika!') ."</a>";
+       $o .= "<a href='".$a->get_baseurl().'/profile/'.$a->profile['nickname']."'>". t('Connect on Friendica!') ."</a>";
        return $o;
 }