gift voucher language fixes + move into user menu
This commit is contained in:
@@ -281,4 +281,23 @@ return [
|
||||
'legal_note' => 'Gift vouchers: 14-day withdrawal right until redemption; see withdrawal policy.',
|
||||
'legal_link' => 'Open withdrawal policy',
|
||||
],
|
||||
'gift' => [
|
||||
'lookup_title' => 'Check voucher status',
|
||||
'lookup_subtitle' => 'Already have a code? See value, validity, and status.',
|
||||
'lookup_label' => 'Voucher code',
|
||||
'lookup_cta' => 'Check code',
|
||||
'lookup_not_found' => 'Voucher not found or no longer valid.',
|
||||
'lookup_result_code' => 'Code: :code',
|
||||
'lookup_result_value' => 'Value: :amount :currency',
|
||||
'lookup_result_expires' => 'Valid until :date',
|
||||
'lookup_status' => [
|
||||
'issued' => 'Status: Issued (ready to redeem)',
|
||||
'redeemed' => 'Status: Redeemed',
|
||||
'refunded' => 'Status: Refunded',
|
||||
'expired' => 'Status: Expired',
|
||||
'reminder' => 'Reminder scheduled',
|
||||
'expiry' => 'Expiry reminder scheduled',
|
||||
],
|
||||
'too_many_attempts' => 'Too many attempts. Please wait a moment and try again.',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user