diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2018-04-08 17:35:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-08 17:35:54 +0200 |
| commit | 3e00ba26da77add9bdb1315b6a1993c0b53135f2 (patch) | |
| tree | 3e8cc74b701051f25903970f5f97760241d80ff2 /print | |
| parent | 29d62264328e88ec8b1e45704aad85304441e8f3 (diff) | |
Update print_overview.html
Diffstat (limited to 'print')
| -rw-r--r-- | print/templates/print_overview.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/templates/print_overview.html b/print/templates/print_overview.html index f5632ceb..dd2a1358 100644 --- a/print/templates/print_overview.html +++ b/print/templates/print_overview.html @@ -27,7 +27,7 @@ <main class="client-overview-main"> <figure class="inksimulation"> {{ svg_overview|safe }} - <figcaption>{{ _('Scale') }} <span>{{ svg_scale }}</span></figcaption> + <figcaption>{{ _('Scale') }} <span>{{ svg_scale }}</span>%</figcaption> </figure> <div class="color-palette"> |
