From bb85d3cdb24e5add4ea802a02234d50659b68ae2 Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Sat, 9 Jul 2022 15:16:27 +1000 Subject: [PATCH] update search tour - action styling - code to strong --- bookwyrm/templates/guided_tour/search.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/bookwyrm/templates/guided_tour/search.html b/bookwyrm/templates/guided_tour/search.html index 1e06bb5b7..f82e0fe32 100644 --- a/bookwyrm/templates/guided_tour/search.html +++ b/bookwyrm/templates/guided_tour/search.html @@ -15,10 +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' %}\ - \ - {% trans 'Import book' %}\ - .", + text: "{% trans 'If the book you are looking for is available on a remote catalogue such as Open Library, click on Import book.", title: "{% trans 'Searching' %}", attachTo: { element: "#tour-remote-search-result", @@ -129,6 +126,7 @@ element: "#tour-manually-add-book", on: "right", }, + scrollTo: true, buttons: [ { action() { @@ -148,7 +146,7 @@ } tour.addStep({ - text: "{% trans 'Import, manually add, or view an existing book to continue the tour.' %}", + text: "{% trans '

Import, manually add, or view an existing book to continue the tour.

' %}", title: "{% trans 'Continue the tour' %}", buttons: [ {