diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index ae7c5153b416..b054f380078e 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -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', diff --git a/resources/views/accounts/bank_account.blade.php b/resources/views/accounts/bank_account.blade.php index e85af8e1af3c..e105da326f3b 100644 --- a/resources/views/accounts/bank_account.blade.php +++ b/resources/views/accounts/bank_account.blade.php @@ -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']), ])) !!}