mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 19:14:40 -04:00
Fix label translation
This commit is contained in:
parent
c5f340b7b3
commit
bcff6b81e8
@ -61,7 +61,7 @@
|
|||||||
->text(trans('texts.update_address_help'))
|
->text(trans('texts.update_address_help'))
|
||||||
->value(1) !!}
|
->value(1) !!}
|
||||||
{!! Former::checkboxes('creditCardTypes[]')
|
{!! Former::checkboxes('creditCardTypes[]')
|
||||||
->label('Accepted Credit Cards')
|
->label('accepted_card_logos')
|
||||||
->checkboxes($creditCardTypes)
|
->checkboxes($creditCardTypes)
|
||||||
->class('creditcard-types')
|
->class('creditcard-types')
|
||||||
->value(1) !!}
|
->value(1) !!}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user