mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 11:14:31 +02:00
Move L10n::t() calls to DI::l10n()->t() calls
This commit is contained in:
parent
af88c2daa3
commit
5dfee31108
175 changed files with 2841 additions and 2841 deletions
|
@ -130,7 +130,7 @@ abstract class BaseModule
|
|||
|
||||
public static function getFormSecurityStandardErrorMessage()
|
||||
{
|
||||
return L10n::t("The form security token was not correct. This probably happened because the form has been opened for too long \x28>3 hours\x29 before submitting it.") . EOL;
|
||||
return DI::l10n()->t("The form security token was not correct. This probably happened because the form has been opened for too long \x28>3 hours\x29 before submitting it.") . EOL;
|
||||
}
|
||||
|
||||
public static function checkFormSecurityTokenRedirectOnError($err_redirect, $typename = '', $formname = 'form_security_token')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue