mirror of
https://github.com/friendica/friendica
synced 2025-04-19 06:30:10 +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
|
@ -67,7 +67,7 @@ class Contact extends BaseModule
|
|||
}
|
||||
}
|
||||
if ($count_actions > 0) {
|
||||
info(L10n::tt('%d contact edited.', '%d contacts edited.', $count_actions));
|
||||
info(DI::l10n()->tt('%d contact edited.', '%d contacts edited.', $count_actions));
|
||||
}
|
||||
|
||||
DI::baseUrl()->redirect('contact');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue