add print interruption warning to auto update dialog
This commit is contained in:
parent
42ac133436
commit
a21934abba
1 changed files with 6 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue