X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FApp.php;h=f7c929820d308640f7b3156d684b58d997417d70;hb=8dc0ab9bb3379fec0be442160db1ae29ef8cea9d;hp=9cbac155b583df11b35b923669ef7c9f0f284db0;hpb=7218d6e1718a2ee50ff32ef07868db47113f2598;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()) {