changed fiscal name translation
gitea/salix/master This commit looks good Details

This commit is contained in:
Joan Sanchez 2019-09-19 09:41:02 +02:00
parent 9ce18fbd0a
commit f67006e526
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", "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", "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", "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", "Invalid quantity": "Cantidad invalida",
"This postal code is not valid": "This postal code is not valid", "This postal code is not valid": "This postal code is not valid",
"is invalid": "is invalid", "is invalid": "is invalid",

View File

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