From db6ecd6b68add7d35db94809a0fbf666eb99e63b Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 17 Aug 2022 14:48:28 +0300 Subject: [PATCH] fix typo --- application/Espo/Core/Password/Recovery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/Core/Password/Recovery.php b/application/Espo/Core/Password/Recovery.php index 8fe010c7cf..42762b4574 100644 --- a/application/Espo/Core/Password/Recovery.php +++ b/application/Espo/Core/Password/Recovery.php @@ -369,7 +369,7 @@ class Recovery ->findOne(); if (!$portal) { - throw new Error("Portal user does not belong to any potral."); + throw new Error("Portal user does not belong to any portal."); } $this->getPortalRepository()->loadUrlField($portal);