1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00

Update texts.php

Se cambia "'tax' => 'IVA'," por "'tax' => 'Impuesto'," ya que este literal se usa para mas impuestos aparte del IVA
This commit is contained in:
ridgarou 2016-01-22 00:56:48 +01:00
parent 360b59baa0
commit 61188623d4

View File

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