* [MOD] Switched base language over to English

Signed-off-by: nuxsmin <nuxsmin@syspass.org>
This commit is contained in:
nuxsmin
2018-11-05 00:03:36 +01:00
parent aae9c7ebbf
commit 305d4de16f
318 changed files with 69324 additions and 66317 deletions

View File

@@ -143,7 +143,7 @@ abstract class ControllerBase
{
try {
if ($this->isAuthenticated === false) {
throw new SPException(__u('Acceso no permitido'));
throw new SPException(__u('Unauthorized access'));
}
$this->sendJsonResponse(JsonRpcResponse::getResponse($apiResponse, $this->apiService->getRequestId()));