mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 19:34:39 -04:00
Update help texts
This commit is contained in:
parent
e06dce4c3b
commit
3ccc59c298
@ -2256,7 +2256,7 @@ $LANG = array(
|
|||||||
'edit_credit' => 'Edit Credit',
|
'edit_credit' => 'Edit Credit',
|
||||||
'live_preview_help' => 'Display a live PDF preview on the invoice page.<br/>Disable this to improve performance when editing invoices.',
|
'live_preview_help' => 'Display a live PDF preview on the invoice page.<br/>Disable this to improve performance when editing invoices.',
|
||||||
'force_pdfjs_help' => 'Replace the built-in PDF viewer in :chrome_link and :firefox_link.<br/>Enable this if your browser is automatically downloading the PDF.',
|
'force_pdfjs_help' => 'Replace the built-in PDF viewer in :chrome_link and :firefox_link.<br/>Enable this if your browser is automatically downloading the PDF.',
|
||||||
'force_pdfjs' => 'PDF Viewer',
|
'force_pdfjs' => 'Prevent Download',
|
||||||
'redirect_url' => 'Redirect URL',
|
'redirect_url' => 'Redirect URL',
|
||||||
'redirect_url_help' => 'Optionally specify a URL to redirect to after a payment is entered.',
|
'redirect_url_help' => 'Optionally specify a URL to redirect to after a payment is entered.',
|
||||||
'save_draft' => 'Save Draft',
|
'save_draft' => 'Save Draft',
|
||||||
@ -2471,6 +2471,8 @@ $LANG = array(
|
|||||||
'voice_commands_feedback' => 'We\'re actively working to improve this feature, if there\'s a command you\'d like us to support please email us at :email.',
|
'voice_commands_feedback' => 'We\'re actively working to improve this feature, if there\'s a command you\'d like us to support please email us at :email.',
|
||||||
'payment_type_Venmo' => 'Venmo',
|
'payment_type_Venmo' => 'Venmo',
|
||||||
'archived_products' => 'Successfully archived :count products',
|
'archived_products' => 'Successfully archived :count products',
|
||||||
|
'recommend_on' => 'We recommend <b>enabling</b> this setting.',
|
||||||
|
'recommend_off' => 'We recommend <b>disabling</b> this setting.',
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -199,7 +199,7 @@
|
|||||||
|
|
||||||
{!! Former::checkbox('live_preview')
|
{!! Former::checkbox('live_preview')
|
||||||
->text(trans('texts.enable'))
|
->text(trans('texts.enable'))
|
||||||
->help('live_preview_help')
|
->help(trans('texts.live_preview_help') . '<br/>' . trans('texts.recommend_on'))
|
||||||
->value(1) !!}
|
->value(1) !!}
|
||||||
|
|
||||||
{!! Former::checkbox('force_pdfjs')
|
{!! Former::checkbox('force_pdfjs')
|
||||||
@ -208,7 +208,7 @@
|
|||||||
->help(trans('texts.force_pdfjs_help', [
|
->help(trans('texts.force_pdfjs_help', [
|
||||||
'chrome_link' => link_to(CHROME_PDF_HELP_URL, 'Chrome', ['target' => '_blank']),
|
'chrome_link' => link_to(CHROME_PDF_HELP_URL, 'Chrome', ['target' => '_blank']),
|
||||||
'firefox_link' => link_to(FIREFOX_PDF_HELP_URL, 'Firefox', ['target' => '_blank']),
|
'firefox_link' => link_to(FIREFOX_PDF_HELP_URL, 'Firefox', ['target' => '_blank']),
|
||||||
])) !!}
|
]) . '<br/>' . trans('texts.recommend_off')) !!}
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="modules" class="control-label col-lg-4 col-sm-4"></label>
|
<label for="modules" class="control-label col-lg-4 col-sm-4"></label>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user