resolve old lng-references

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-05-02 08:56:39 +02:00
parent 7b6d5f1642
commit 00a3424f65
16 changed files with 41 additions and 24 deletions

View File

@@ -1136,7 +1136,7 @@ class Customers extends ApiCommand implements ResourceEntity
if ($email == '') {
Response::standardError([
'stringisempty',
'emailadd'
'customer.email'
], '', true);
} elseif (!Validate::validateEmail($email)) {
Response::standardError('emailiswrong', $email, true);