refs #5540 traduccion

This commit is contained in:
Carlos Satorres 2023-04-27 11:40:42 +02:00
parent 07148f6c29
commit d15a671359
2 changed files with 3 additions and 2 deletions

View File

@ -33,7 +33,7 @@ module.exports = Self => {
}); });
Self.validateAsync('nif', nifInvalid, { Self.validateAsync('nif', nifInvalid, {
message: 'NIF no valido por VIES' message: 'Invalid NIF for VIES'
}); });
Self.validateAsync('nif', tinIsValid, { Self.validateAsync('nif', tinIsValid, {

View File

@ -1 +1,2 @@
Accounts: Cuentas Accounts: Cuentas
Invalid NIF for VIES: NIF no valido por VIES