theme: typo in print shortcut #268

This commit is contained in:
Sören Weber 2022-06-07 01:46:39 +02:00
parent 0b5e21f488
commit b5c98871cb
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -58,7 +58,7 @@
{{- end }} {{- end }}
{{- with .OutputFormats.Get "PRINT" }} {{- with .OutputFormats.Get "PRINT" }}
<div id="top-print-link"> <div id="top-print-link">
<a class="print-link" title='{{ T "Print-this-chapter" }} (CTRL+ALT+t)' href="{{ .RelPermalink }}"> <a class="print-link" title='{{ T "Print-this-chapter" }} (CTRL+ALT+p)' href="{{ .RelPermalink }}">
<i class="fas fa-print fa-fw"></i> <i class="fas fa-print fa-fw"></i>
</a> </a>
</div> </div>