Move L10n::tt() calls to DI::l10n()->tt() calls
This commit is contained in:
@@ -216,7 +216,7 @@ class UserImport
|
||||
}
|
||||
}
|
||||
if ($errorcount > 0) {
|
||||
notice(L10n::tt("%d contact not imported", "%d contacts not imported", $errorcount));
|
||||
notice(DI::l10n()->tt("%d contact not imported", "%d contacts not imported", $errorcount));
|
||||
}
|
||||
|
||||
foreach ($account['group'] as &$group) {
|
||||
|
||||
Reference in New Issue
Block a user