diff options
Diffstat (limited to 'public/admin/language/es-es/customer/customer.php')
-rw-r--r-- | public/admin/language/es-es/customer/customer.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/admin/language/es-es/customer/customer.php b/public/admin/language/es-es/customer/customer.php index 077ed78..9a6dd60 100644 --- a/public/admin/language/es-es/customer/customer.php +++ b/public/admin/language/es-es/customer/customer.php @@ -36,7 +36,7 @@ $_['column_status'] = 'Estado'; $_['column_date_added'] = 'Fecha Agregada'; $_['column_comment'] = 'Comentario'; $_['column_description'] = 'Descripción'; -$_['column_amount'] = 'Cantidad'; +$_['column_amount'] = 'Monto'; $_['column_points'] = 'Puntos'; $_['column_ip'] = 'IP'; $_['column_total'] = 'Cuentas totales'; @@ -77,7 +77,7 @@ $_['entry_bank_account_name'] = 'Nombre de la cuenta'; $_['entry_bank_account_number'] = 'Número de cuenta'; $_['entry_comment'] = 'Comentario'; $_['entry_description'] = 'Descripción'; -$_['entry_amount'] = 'Cantidad'; +$_['entry_amount'] = 'Monto'; $_['entry_points'] = 'Puntos'; $_['entry_name'] = 'Nombre del cliente'; $_['entry_ip'] = 'IP'; |