Fix help message

This commit is contained in:
Hillel Coren 2018-04-05 13:15:57 +03:00
parent 34fb338b3f
commit dadd97c769

View File

@ -352,7 +352,7 @@
->label(trans('texts.company_field')) !!} ->label(trans('texts.company_field')) !!}
{!! Former::text('custom_value2') {!! Former::text('custom_value2')
->label(trans('texts.field_value')) ->label(trans('texts.field_value'))
->help(trans('texts.custom_account_fields_help')) !!} ->help(trans('texts.custom_account_fields_helps')) !!}
</div> </div>
</div> </div>