fix template error in search tour

This commit is contained in:
Hugh Rundle 2022-07-10 10:58:48 +10:00
parent 37c2ad11b6
commit 142c0e1a59

View file

@ -15,7 +15,7 @@
if (remoteResult) {
tour.addStep(
{
text: "{% trans 'If the book you are looking for is available on a remote catalogue such as Open Library, click on <strong>Import book</strong>.",
text: "{% trans 'If the book you are looking for is available on a remote catalogue such as Open Library, click on <strong>Import book</strong>.' %}",
title: "{% trans 'Searching' %}",
attachTo: {
element: "#tour-remote-search-result",