Fix label translation
This commit is contained in:
parent
c5f340b7b3
commit
bcff6b81e8
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@
|
|||
->text(trans('texts.update_address_help'))
|
||||
->value(1) !!}
|
||||
{!! Former::checkboxes('creditCardTypes[]')
|
||||
->label('Accepted Credit Cards')
|
||||
->label('accepted_card_logos')
|
||||
->checkboxes($creditCardTypes)
|
||||
->class('creditcard-types')
|
||||
->value(1) !!}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue