Move L10n::t() calls to DI::l10n()->t() calls
This commit is contained in:
@@ -22,8 +22,8 @@ class Credits extends BaseModule
|
||||
|
||||
$tpl = Renderer::getMarkupTemplate('credits.tpl');
|
||||
return Renderer::replaceMacros($tpl, [
|
||||
'$title' => L10n::t('Credits'),
|
||||
'$thanks' => L10n::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!'),
|
||||
'$title' => DI::l10n()->t('Credits'),
|
||||
'$thanks' => DI::l10n()->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' => $names,
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user