Move L10n::tt() calls to DI::l10n()->tt() calls
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user