diff --git a/src/Module/Admin/Summary.php b/src/Module/Admin/Summary.php index 52b1380148..cfd9aa9840 100644 --- a/src/Module/Admin/Summary.php +++ b/src/Module/Admin/Summary.php @@ -106,7 +106,7 @@ class Summary extends BaseAdminModule } } catch (\Throwable $exception) { - $warningtext[] = L10n::t('The developer logfile \'%s\' is not usable. No logging possible (error: \'%s\')', $file, $exception->getMessage()); + $warningtext[] = L10n::t('The debug logfile \'%s\' is not usable. No logging possible (error: \'%s\')', $file, $exception->getMessage()); } }