changed fiscal name translation
gitea/salix/dev There was a failure building this commit Details

This commit is contained in:
Joan Sanchez 2019-09-19 09:41:02 +02:00
parent fa549630c4
commit 2edfb66423
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -153,7 +153,7 @@ module.exports = Self => {
}
Self.validateBinded('socialName', isAlpha, {
message: 'Value has an invalid format'
message: 'The socialName has an invalid format'
});
function isAlpha(value) {