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 @@ - + @@ -12,7 +12,7 @@ @stack('sub_total_td_start') - - - - - @@ -132,7 +132,7 @@ @stack('currency_conversion_td_start') -
+ {{ 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') }}
+ @else @endif @endcan @@ -118,9 +118,11 @@ {{ trans($textTimelineSendStatusMail) }} @else - + + + @endif @endif @stack('timeline_sent_body_button_email_end') diff --git a/resources/views/components/documents/show/top-buttons.blade.php b/resources/views/components/documents/show/top-buttons.blade.php index b62de9edb..d83435744 100644 --- a/resources/views/components/documents/show/top-buttons.blade.php +++ b/resources/views/components/documents/show/top-buttons.blade.php @@ -7,6 +7,18 @@ diff --git a/resources/views/partials/portal/payment_method/hosted.blade.php b/resources/views/partials/portal/payment_method/hosted.blade.php index 6095d1154..0d1b8641e 100644 --- a/resources/views/partials/portal/payment_method/hosted.blade.php +++ b/resources/views/partials/portal/payment_method/hosted.blade.php @@ -10,7 +10,7 @@ text-year="{{ trans('general.year') }}" text-cvv="{{ trans('general.card.cvv') }}" textButton="{{ trans('general.confirm') }}" - textStoreCard="{{ trans('general.card.store') }} " + textStoreCard="{{ trans('general.card.save') }} " :store-card="{{ !empty($store_card) ? 'true' : 'false' }}" :cards="{{ !empty($cards) ? json_encode($cards) : json_encode([]) }}" :form-data="formData"