Improve bank account help

This commit is contained in:
Hillel Coren 2018-03-29 10:50:57 +03:00
parent e93127bcde
commit 01aa1d1858
2 changed files with 4 additions and 3 deletions

View File

@ -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',

View File

@ -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>