Move L10n::tt() calls to DI::l10n()->tt() calls

This commit is contained in:
nupplaPhil
2020-01-18 20:53:01 +01:00
parent 5dfee31108
commit a9a36fb302
20 changed files with 42 additions and 42 deletions

View File

@@ -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) {