mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-29 21:11:16 +00:00
Merge pull request #2605 from rrgeorge/fix-barcode-scanner
Fix barcode scanner
This commit is contained in:
commit
7f3551bab8
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
<template id="barcode-scanning">
|
<template id="barcode-scanning">
|
||||||
<span class="icon icon-barcode"></span>
|
<span class="icon icon-barcode"></span>
|
||||||
<span class="is-size-5">{% trans "Scanning..." context "barcode scanner" %}</span><br/>
|
<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>
|
||||||
<template id="barcode-found">
|
<template id="barcode-found">
|
||||||
<span class="icon icon-check"></span>
|
<span class="icon icon-check"></span>
|
||||||
|
|
Loading…
Reference in a new issue