diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 1f3f6f3d6377..9ee1d2071979 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -3264,4 +3264,7 @@ return [ 'payment_error_code_20087' => '20087: Bad Track Data (invalid CVV and/or expiry date)', 'download_selected' => 'Download selected', + + 'to_pay_invoices' => 'To pay invoices, you have to', + 'add_payment_method_first' => 'add payment method, first', ]; diff --git a/resources/views/portal/ninja2020/invoices/payment.blade.php b/resources/views/portal/ninja2020/invoices/payment.blade.php index 443ebde9ea93..7bfa33a112f2 100644 --- a/resources/views/portal/ninja2020/invoices/payment.blade.php +++ b/resources/views/portal/ninja2020/invoices/payment.blade.php @@ -5,7 +5,6 @@ - @endpush @section('body') @@ -23,36 +22,44 @@