mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Update payment details other text
This commit is contained in:
parent
ee42bed5f3
commit
b5c86f8435
@ -361,7 +361,7 @@ class BasePaymentDriver
|
|||||||
|
|
||||||
if ($total != $invoice->getRequestedAmount()) {
|
if ($total != $invoice->getRequestedAmount()) {
|
||||||
$item = new Item([
|
$item = new Item([
|
||||||
'name' => trans('texts.other'),
|
'name' => trans('texts.taxes_and_fees'),
|
||||||
'description' => '',
|
'description' => '',
|
||||||
'price' => $invoice->getRequestedAmount() - $total,
|
'price' => $invoice->getRequestedAmount() - $total,
|
||||||
'quantity' => 1,
|
'quantity' => 1,
|
||||||
|
@ -2289,7 +2289,7 @@ $LANG = array(
|
|||||||
'deleted_recurring_expense' => 'Successfully deleted project',
|
'deleted_recurring_expense' => 'Successfully deleted project',
|
||||||
'deleted_recurring_expense' => 'Successfully deleted :count projects',
|
'deleted_recurring_expense' => 'Successfully deleted :count projects',
|
||||||
'view_recurring_expense' => 'View Recurring Expense',
|
'view_recurring_expense' => 'View Recurring Expense',
|
||||||
'other' => 'Other',
|
'taxes_and_fees' => 'Taxes and fees',
|
||||||
'import_failed' => 'Import Failed',
|
'import_failed' => 'Import Failed',
|
||||||
'recurring_prefix' => 'Recurring Prefix',
|
'recurring_prefix' => 'Recurring Prefix',
|
||||||
'options' => 'Options',
|
'options' => 'Options',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user