text change
This commit is contained in:
@ -156,7 +156,7 @@ return [
|
|||||||
'clear_cache' => 'Clear Cache',
|
'clear_cache' => 'Clear Cache',
|
||||||
'go_to_dashboard' => 'Go to dashboard',
|
'go_to_dashboard' => 'Go to dashboard',
|
||||||
'is' => 'is',
|
'is' => 'is',
|
||||||
'isnot' => 'is not',
|
'isnot' => 'is not',
|
||||||
'recurring_and_more' => 'Recurring and more..',
|
'recurring_and_more' => 'Recurring and more..',
|
||||||
'due_on' => 'Due on',
|
'due_on' => 'Due on',
|
||||||
'amount_due' => 'Amount due',
|
'amount_due' => 'Amount due',
|
||||||
@ -166,7 +166,7 @@ return [
|
|||||||
'number' => 'Card Number',
|
'number' => 'Card Number',
|
||||||
'expiration_date' => 'Expiration Date',
|
'expiration_date' => 'Expiration Date',
|
||||||
'cvv' => 'Card CVV',
|
'cvv' => 'Card CVV',
|
||||||
'store' => 'Store Card',
|
'save' => 'Save Card',
|
||||||
],
|
],
|
||||||
|
|
||||||
'title' => [
|
'title' => [
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
text-year="{{ trans('general.year') }}"
|
text-year="{{ trans('general.year') }}"
|
||||||
text-cvv="{{ trans('general.card.cvv') }}"
|
text-cvv="{{ trans('general.card.cvv') }}"
|
||||||
textButton="{{ trans('general.confirm') }}"
|
textButton="{{ trans('general.confirm') }}"
|
||||||
textStoreCard="{{ trans('general.card.store') }} "
|
textStoreCard="{{ trans('general.card.save') }} "
|
||||||
:store-card="{{ !empty($store_card) ? 'true' : 'false' }}"
|
:store-card="{{ !empty($store_card) ? 'true' : 'false' }}"
|
||||||
:cards="{{ !empty($cards) ? json_encode($cards) : json_encode([]) }}"
|
:cards="{{ !empty($cards) ? json_encode($cards) : json_encode([]) }}"
|
||||||
:form-data="formData"
|
:form-data="formData"
|
||||||
|
Reference in New Issue
Block a user