From bb4b1a14fd544b336652fdbc61003892dba463af Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Sat, 9 Jul 2022 15:10:52 +1000 Subject: [PATCH] update user profile tour styles --- bookwyrm/templates/guided_tour/home.html | 2 +- bookwyrm/templates/guided_tour/user_profile.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bookwyrm/templates/guided_tour/home.html b/bookwyrm/templates/guided_tour/home.html index 506cd513c..77077d794 100644 --- a/bookwyrm/templates/guided_tour/home.html +++ b/bookwyrm/templates/guided_tour/home.html @@ -164,7 +164,7 @@ homeTour.addSteps([ ], }, { - text: "{% trans 'Your profile, books, direct messages, and settings can be accessed by clicking on your name here.

Try selecting Profile from the drop down menu to continue the tour.

' %}", + text: "{% trans 'Your profile, books, direct messages, and settings can be accessed by clicking on your name here.

Try selecting Profile from the drop down menu to continue the tour.

' %}", title: "{% trans 'Profile and settings menu' %}", attachTo: { element: "#navbar-dropdown", diff --git a/bookwyrm/templates/guided_tour/user_profile.html b/bookwyrm/templates/guided_tour/user_profile.html index 98bda48e6..74a63adc9 100644 --- a/bookwyrm/templates/guided_tour/user_profile.html +++ b/bookwyrm/templates/guided_tour/user_profile.html @@ -120,7 +120,7 @@ tour.addSteps([ ], }, { - text: "{% trans 'Now you understand the basics of your profile page, let\s add a book to your shelves. Search for a title or author here to continue the tour.' %}", + text: "{% trans 'Now you understand the basics of your profile page, let\s add a book to your shelves.

Search for a title or author to continue the tour.

' %}", title: "{% trans 'Find a book' %}", attachTo: { element: "#tour-search",