From dadd97c769289b3c6c7b17867eebaa0d2873a4d8 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 5 Apr 2018 13:15:57 +0300 Subject: [PATCH] Fix help message --- resources/views/accounts/invoice_settings.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/accounts/invoice_settings.blade.php b/resources/views/accounts/invoice_settings.blade.php index 53bc7c049d6c..c84f66711f82 100644 --- a/resources/views/accounts/invoice_settings.blade.php +++ b/resources/views/accounts/invoice_settings.blade.php @@ -352,7 +352,7 @@ ->label(trans('texts.company_field')) !!} {!! Former::text('custom_value2') ->label(trans('texts.field_value')) - ->help(trans('texts.custom_account_fields_help')) !!} + ->help(trans('texts.custom_account_fields_helps')) !!}