mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-03 07:04:07 +01:00
* [MOD] Switched base language over to English
Signed-off-by: nuxsmin <nuxsmin@syspass.org>
This commit is contained in:
@@ -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()));
|
||||
|
||||
Reference in New Issue
Block a user