Translation function added

This commit is contained in:
Michael 2020-07-23 06:32:31 +00:00
parent 0007da8630
commit cb830c9ad3
5 changed files with 5 additions and 5 deletions

View file

@ -122,7 +122,7 @@ class Site extends BaseAdmin
}
DBA::close($usersStmt);
info("Relocation started. Could take a while to complete.");
info(DI::l10n()->t("Relocation started. Could take a while to complete."));
DI::baseUrl()->redirect('admin/site');
}