X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FApp.php;h=f7c929820d308640f7b3156d684b58d997417d70;hb=612e91b603a5a5817839d04d120e1cf672b8a80e;hp=9cbac155b583df11b35b923669ef7c9f0f284db0;hpb=e2ff48375fdc75fc3509233c55f41f20fd863308;p=friendica.git diff --git a/src/App.php b/src/App.php index 9cbac155b5..f7c929820d 100644 --- a/src/App.php +++ b/src/App.php @@ -1,6 +1,6 @@ mode->has(App\Mode::LOCALCONFIGPRESENT) && !$this->mode->has(App\Mode::DBAVAILABLE)) { - throw new HTTPException\InternalServerErrorException('Apologies but the website is unavailable at the moment.'); + throw new HTTPException\InternalServerErrorException($this->l10n->t('Apologies but the website is unavailable at the moment.')); } if (!$this->mode->isInstall()) {