mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-05 18:52:44 +01:00
Add a note about PhantomJSCloud
This commit is contained in:
parent
e6419085b2
commit
e51b220295
@ -3328,4 +3328,6 @@ return [
|
||||
'sort_order' => 'Sort Order',
|
||||
|
||||
'setup_steps_notice' => 'To proceed to next step, make sure you test each section.',
|
||||
|
||||
'setup_phantomjs_note' => 'Note about Phantom JS. Read more.'
|
||||
];
|
||||
|
@ -59,6 +59,10 @@
|
||||
<dd class="text-sm leading-5 text-gray-900 sm:mt-0 sm:col-span-2">
|
||||
<div class="alert py-2 bg-gray-50" id="test-pdf-response"></div>
|
||||
</dd>
|
||||
<a target="_blank" class="block text-sm text-gray-900 leading-5 underline"
|
||||
href="https://invoiceninja.github.io/selfhost.html#phantom-js">
|
||||
{{ ctrans('texts.setup_phantomjs_note') }}
|
||||
</a>
|
||||
</div>
|
||||
</dl>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user