diff --git a/application/Espo/Core/Authentication/Authentication.php b/application/Espo/Core/Authentication/Authentication.php index 279397affe..120d76e4c2 100644 --- a/application/Espo/Core/Authentication/Authentication.php +++ b/application/Espo/Core/Authentication/Authentication.php @@ -405,7 +405,7 @@ class Authentication if (!$isPortalRelatedToUser) { $this->log->info( "AUTH: Trying to login to portal as user '" . $user->getUserName() . "' ". - "which is portal user but does not belongs to portal."); + "which is portal user but does not belong to portal."); $this->logDenied($authLogRecord, AuthLogRecord::DENIAL_REASON_USER_IS_NOT_IN_PORTAL);