Update meta data for new release.

This commit is contained in:
James Cole
2021-11-12 20:07:09 +01:00
parent 47fa9e3956
commit ba7ae19533
36 changed files with 243 additions and 192 deletions

View File

@@ -67,7 +67,7 @@ trait TransferValidation
return false;
}
// otherwise try to find the account:
// or try to find the account:
$search = $this->findExistingAccount($validTypes, (int)$accountId, (string)$accountName);
if (null === $search) {
$this->destError = (string)trans('validation.transfer_dest_bad_data', ['id' => $accountId, 'name' => $accountName]);