changed fiscal name translation
gitea/salix/master This commit looks good
Details
gitea/salix/master This commit looks good
Details
This commit is contained in:
parent
9ce18fbd0a
commit
f67006e526
|
@ -103,7 +103,7 @@
|
|||
"Weekday cannot be blank": "El día de la semana no puede quedar en blanco",
|
||||
"You can't delete a confirmed order": "No puedes borrar un pedido confirmado",
|
||||
"Can't create stowaway for this ticket": "No se puede crear un polizon para este ticket",
|
||||
"Value has an invalid format": "El valor tiene un formato incorrecto",
|
||||
"The socialName has an invalid format": "El nombre fiscal tiene un formato incorrecto",
|
||||
"Invalid quantity": "Cantidad invalida",
|
||||
"This postal code is not valid": "This postal code is not valid",
|
||||
"is invalid": "is invalid",
|
||||
|
|
|
@ -152,7 +152,7 @@ module.exports = Self => {
|
|||
}
|
||||
|
||||
Self.validateBinded('socialName', isAlpha, {
|
||||
message: 'Value has an invalid format'
|
||||
message: 'The socialName has an invalid format'
|
||||
});
|
||||
|
||||
function isAlpha(value) {
|
||||
|
|
Loading…
Reference in New Issue