1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-12 14:12:44 +01:00

Added UI setting to enable JS PDF renderer

This commit is contained in:
Hillel Coren 2016-12-01 21:40:10 +02:00
parent d7f22041ab
commit 4bcf95ea69

View File

@ -2253,7 +2253,7 @@ $LANG = array(
'updated_credit' => 'Successfully updated 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.',
'force_pdfjs_help' => 'Replace the built-in PDF viewer in :chrome_link or :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',
);