Skip to content

Commit

Permalink
Update spanish translation for taxOutOfPolicy
Browse files Browse the repository at this point in the history
  • Loading branch information
neonbhai committed Feb 7, 2024
1 parent b1568d5 commit b68dee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/languages/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2641,7 +2641,7 @@ export default {
someTagLevelsRequired: 'Falta etiqueta',
tagOutOfPolicy: ({tagName}: ViolationsTagOutOfPolicyParams) => `La etiqueta ${tagName} ya no es válida`,
taxAmountChanged: 'El importe del impuesto fue modificado',
taxOutOfPolicy: ({taxName}: ViolationsTaxOutOfPolicyParams) => `${taxName} ya no es válido`,
taxOutOfPolicy: ({taxName}: ViolationsTaxOutOfPolicyParams) => `${taxName ?? 'El impuesto'} ya no es válido`,
taxRateChanged: 'La tasa de impuesto fue modificada',
taxRequired: 'Falta la tasa de impuesto',
},
Expand Down

0 comments on commit b68dee1

Please sign in to comment.