mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 15:04:32 -04:00
Improve bank account help
This commit is contained in:
parent
e93127bcde
commit
01aa1d1858
@ -2423,8 +2423,8 @@ $LANG = array(
|
||||
'contact_custom1' => 'Contact First Custom',
|
||||
'contact_custom2' => 'Contact Second Custom',
|
||||
'currency' => 'Currency',
|
||||
'ofx_help' => 'In most cases the default values should work, if you\'re unable to connect it may help to :link.',
|
||||
'adjust_the_settings' => 'adjust the settings',
|
||||
'ofx_help' => 'To troubleshoot check for comments on :ofxhome_link and test with :ofxget_link.',
|
||||
'comments' => 'comments',
|
||||
|
||||
'item_product' => 'Item Product',
|
||||
'item_notes' => 'Item Notes',
|
||||
|
@ -69,7 +69,8 @@
|
||||
->addOption('102', 102)
|
||||
->addOption('103', 103)
|
||||
->help(trans('texts.ofx_help', [
|
||||
'link' => link_to('http://www.ofxhome.com/index.php/home/directory', trans('texts.adjust_the_settings'), ['target' => '_blank', 'id' => 'ofxLink'])
|
||||
'ofxhome_link' => link_to('http://www.ofxhome.com/index.php/home/directory', 'OFX Home', ['target' => '_blank', 'id' => 'ofxLink']),
|
||||
'ofxget_link' => link_to('http://www.ofxhome.com/index.php/home/ofxget', 'Ofxget', ['target' => '_blank']),
|
||||
])) !!}
|
||||
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user