add print interruption warning to auto update dialog

This commit is contained in:
ntoff 2017-10-13 13:04:38 +10:00
parent 42ac133436
commit a21934abba

View file

@ -18,6 +18,12 @@
<p>
{{ _('Be sure to read through any linked release notes, especially those for OctoPrint since they might contain important information you need to know <strong>before</strong> upgrading.') }}
</p>
<p>
<h5>{{ _('This action may disrupt any ongoing print jobs.') }}</h5>
</p>
<p>
{{ _('Depending on your printer\'s controller and general setup, restarting OctoPrint may cause your printer to be reset.') }}
</p>
<p>
{{ _('Are you sure you want to proceed?') }}
</p>