diff --git a/resources/lang/en-GB/portal.php b/resources/lang/en-GB/portal.php index a0ea4a0b1..c4c3fb6b2 100644 --- a/resources/lang/en-GB/portal.php +++ b/resources/lang/en-GB/portal.php @@ -12,6 +12,7 @@ return [ 'see_all_details' => 'See all account details', 'all_payments' => 'Login to view all payments', 'received_date' => 'Received Date', + 'redirect_description' => 'You will be redirected to the :name website to make the payment.', 'last_payment' => [ 'title' => 'Last Payment Made', diff --git a/resources/views/components/payment_method/redirect.blade.php b/resources/views/components/payment_method/redirect.blade.php index 1abd6d80c..b87001873 100644 --- a/resources/views/components/payment_method/redirect.blade.php +++ b/resources/views/components/payment_method/redirect.blade.php @@ -1,20 +1,17 @@ -