From 61188623d4447c57fbaa595de9b3e2cca7233fda Mon Sep 17 00:00:00 2001 From: ridgarou Date: Fri, 22 Jan 2016 00:56:48 +0100 Subject: [PATCH] Update texts.php Se cambia "'tax' => 'IVA'," por "'tax' => 'Impuesto'," ya que este literal se usa para mas impuestos aparte del IVA --- resources/lang/es_ES/texts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/es_ES/texts.php b/resources/lang/es_ES/texts.php index 38892866d6b8..7918688a5f44 100644 --- a/resources/lang/es_ES/texts.php +++ b/resources/lang/es_ES/texts.php @@ -38,7 +38,7 @@ return array( 'frequency_id' => 'Frecuencia', 'discount' => 'Descuento', 'taxes' => 'Impuestos', - 'tax' => 'IVA', + 'tax' => 'Impuesto', 'item' => 'Concepto', 'description' => 'Descripción', 'unit_cost' => 'Coste unitario',