Merge pull request #2605 from rrgeorge/fix-barcode-scanner

Fix barcode scanner
This commit is contained in:
Mouse Reeve 2023-01-18 05:55:20 -08:00 committed by GitHub
commit 7f3551bab8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@
<template id="barcode-scanning">
<span class="icon icon-barcode"></span>
<span class="is-size-5">{% trans "Scanning..." context "barcode scanner" %}</span><br/>
<span>{% trans "Align your book's barcode with the camera." %}</span>
<span>{% trans "Align your book's barcode with the camera." %}</span><span class="isbn"></span>
</template>
<template id="barcode-found">
<span class="icon icon-check"></span>