diff options
Diffstat (limited to 'print/templates/operator_detailedview.html')
| -rw-r--r-- | print/templates/operator_detailedview.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/templates/operator_detailedview.html b/print/templates/operator_detailedview.html index c74a7a72..b16691a0 100644 --- a/print/templates/operator_detailedview.html +++ b/print/templates/operator_detailedview.html @@ -28,7 +28,7 @@ <span>{{ _('Design box size') }}: {{ "%0.1fmm X %0.1fmm" | format(*job.dimensions) }}</span> <!-- <span>{{ _('Total thread used') }}: {{job.estimated_thread }}</span> --> <span class="total-num-stitches">{{ _('Total stitch count') }}: {{job.num_stitches }}</span> - <span class="time-opd">{{ ('Estimated time') }}: <span class="total-estimated-time"></span></span> + <span class="time-opd">{{ _('Estimated time') }}: <span class="total-estimated-time"></span></span> </p> <p> <span class="total-stops">{{ _('Total stops') }}: {{ job.num_stops }}</span> |
