X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Fcredits.php;h=f8cfb03f3782230e51ded8a973fb7e0455f2233c;hb=1519ac3bf43c23e8d708ecb3fd6b9c165df26b89;hp=49073635317175b4dae5b6941c97ffd9b939ec30;hpb=a48156aab66a85b03af640d84e3d884822b9a671;p=friendica.git diff --git a/mod/credits.php b/mod/credits.php index 4907363531..f8cfb03f37 100644 --- a/mod/credits.php +++ b/mod/credits.php @@ -13,7 +13,7 @@ function credits_content (&$a) { fclose($f); $tpl = get_markup_template('credits.tpl'); return replace_macros( $tpl, array( - '$pagetitle' => t('Credits'), + '$title' => t('Credits'), '$thanks' => t('Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!'), '$names' => $arr, ));