diff --git a/resources/lang/en-GB/general.php b/resources/lang/en-GB/general.php index bb2120d63..5104933e0 100644 --- a/resources/lang/en-GB/general.php +++ b/resources/lang/en-GB/general.php @@ -156,7 +156,7 @@ return [ 'clear_cache' => 'Clear Cache', 'go_to_dashboard' => 'Go to dashboard', 'is' => 'is', - 'isnot' => 'is not', + 'isnot' => 'is not', 'recurring_and_more' => 'Recurring and more..', 'due_on' => 'Due on', 'amount_due' => 'Amount due', @@ -166,7 +166,7 @@ return [ 'number' => 'Card Number', 'expiration_date' => 'Expiration Date', 'cvv' => 'Card CVV', - 'store' => 'Store Card', + 'save' => 'Save Card', ], 'title' => [ diff --git a/resources/views/components/documents/form/totals.blade.php b/resources/views/components/documents/form/totals.blade.php index ae3bf8cf6..4207fc414 100644 --- a/resources/views/components/documents/form/totals.blade.php +++ b/resources/views/components/documents/form/totals.blade.php @@ -4,7 +4,7 @@
- | + | {{ trans('invoices.sub_total') }} | @@ -28,7 +28,7 @@ @stack('item_discount_td_start') | |||||||||||
- | + | {{ trans('invoices.item_discount') }} | @@ -45,7 +45,7 @@ @stack('add_discount_td_start') | |||||||||||
- | + |
- |
+ |
|
@@ -116,7 +116,7 @@
@stack('grand_total_td_start')
|
- |
+ |
{{ trans('invoices.total') }}
{{ Form::selectGroup('currency_code', '', 'exchange-alt', $currencies, setting('default.currency'), ['required' => 'required', 'model' => 'form.currency_code', 'change' => 'onChangeCurrency'], 'document-total-currency') }}
|
@@ -132,7 +132,7 @@
@stack('currency_conversion_td_start')
- |
+ |
| |