Merge branch '567-adopt-branch-551' into 'master-fix'

Fix typo in error message. #567

See merge request jankstudio/resq!677
This commit is contained in:
Kendrick Chan 2021-05-20 04:11:51 +00:00
commit 2a86497646

View file

@ -3076,7 +3076,7 @@ class APIController extends Controller implements LoggedController
if (!$is_customer_warranty)
{
$res->setError(true)
->setErrorMessage('Warranty registred to a vehicle not in your list of vehicles.');
->setErrorMessage('Warranty registered to a vehicle not in your list of vehicles.');
$logger->logWarrantyInfo($log_data, $res->getErrorMessage(), $user_id, $action, $source);
return $res;
}