mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
10 lines
367 B
PHP
10 lines
367 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
// Confirm payment notification
|
|
'confirm_payment' => 'Confirm Payment',
|
|
'confirm_amount' => 'Confirm your :amount payment',
|
|
'confirm_description' => 'Extra confirmation is needed to process your payment. Please continue to the payment page by clicking on the button below.',
|
|
'confirm_button' => 'Confirm Payment',
|
|
]; |