]> git.mxchange.org Git - friendica.git/commitdiff
typo in side panel link
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 4 Feb 2015 10:27:54 +0000 (11:27 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 4 Feb 2015 10:27:54 +0000 (11:27 +0100)
mod/admin.php

index 1fb4c5574a274465973aba8b2b0257709b844d8e..2a923f4cab560c8a87f03948e396181b22ab14f6 100644 (file)
@@ -121,7 +121,7 @@ function admin_content(&$a) {
        }
 
        $aside['logs'] = Array($a->get_baseurl(true)."/admin/logs/", t("Logs"), "logs");
-       $aside['diagnostics_probe'] = Array($a->get_baseurl(true).'/probe/', t('probe addresse'), 'probe');
+       $aside['diagnostics_probe'] = Array($a->get_baseurl(true).'/probe/', t('probe address'), 'probe');
        $aside['diagnostics_webfinger'] = Array($a->get_baseurl(true).'/webfinger/', t('check webfinger'), 'webfinger');
 
        $t = get_markup_template("admin_aside.tpl");