changed fiscal name translation
gitea/salix/dev There was a failure building this commit
Details
gitea/salix/dev There was a failure building this commit
Details
This commit is contained in:
parent
fa549630c4
commit
2edfb66423
|
@ -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",
|
||||||
|
|
|
@ -153,7 +153,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) {
|
||||||
|
|
Loading…
Reference in New Issue