mirror of
https://github.com/friendica/friendica
synced 2025-04-19 07:10:11 +00:00
Move L10n::tt() calls to DI::l10n()->tt() calls
This commit is contained in:
parent
5dfee31108
commit
a9a36fb302
20 changed files with 42 additions and 42 deletions
|
@ -101,7 +101,7 @@ class Invite extends BaseModule
|
|||
}
|
||||
|
||||
}
|
||||
notice(L10n::tt('%d message sent.', '%d messages sent.', $total) . EOL);
|
||||
notice(DI::l10n()->tt('%d message sent.', '%d messages sent.', $total) . EOL);
|
||||
}
|
||||
|
||||
public static function content(array $parameters = [])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue