mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Added help texts to localization settings
This commit is contained in:
parent
a6e44fe994
commit
ecc6cc0b7a
@ -2354,6 +2354,8 @@ $LANG = array(
|
|||||||
'recipients' => 'Recipients',
|
'recipients' => 'Recipients',
|
||||||
'save_as_default' => 'Save as default',
|
'save_as_default' => 'Save as default',
|
||||||
'template' => 'Template',
|
'template' => 'Template',
|
||||||
|
'start_of_week_help' => 'Used by the <b>date</b> selector',
|
||||||
|
'financial_year_start_help' => 'Used by the <b>date range</b> selector',
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -54,10 +54,13 @@
|
|||||||
<br/> <br/>
|
<br/> <br/>
|
||||||
|
|
||||||
{!! Former::select('start_of_week')->addOption('','')
|
{!! Former::select('start_of_week')->addOption('','')
|
||||||
->fromQuery($weekdays) !!}
|
->fromQuery($weekdays)
|
||||||
|
->help('start_of_week_help') !!}
|
||||||
|
|
||||||
{!! Former::select('financial_year_start')
|
{!! Former::select('financial_year_start')
|
||||||
->addOption('','')
|
->addOption('','')
|
||||||
->options($months) !!}
|
->options($months)
|
||||||
|
->help('financial_year_start_help') !!}
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user