diff --git a/bookwyrm/templates/guided_tour/home.html b/bookwyrm/templates/guided_tour/home.html index 04abd70c5..039fdda9b 100644 --- a/bookwyrm/templates/guided_tour/home.html +++ b/bookwyrm/templates/guided_tour/home.html @@ -197,7 +197,7 @@ homeTour.addSteps([ ], }, { - eext: `{% trans "Your profile, books, direct messages, and settings can be accessed by clicking on your name in the menu here." %}

{% trans "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 in the menu here." %}

{% trans "Try selecting Profile from the drop down menu to continue the tour." %}

' %}`, title: "{% trans 'Profile and settings menu' %}", attachTo: { element: checkResponsiveState('#navbar-dropdown'), diff --git a/bookwyrm/templates/guided_tour/lists.html b/bookwyrm/templates/guided_tour/lists.html index 66aa7ccd5..4c4d241c8 100644 --- a/bookwyrm/templates/guided_tour/lists.html +++ b/bookwyrm/templates/guided_tour/lists.html @@ -10,7 +10,7 @@ tour.addSteps([ { - text: "{% trans 'This is the lists page where you can discover book lists created by any user. A List is a collection of books, similar to a shelf.' %}

{% trans 'Shelves are for organising books for yourself, whereas Lists are generally for sharing with others.' %}", + text: "{% trans 'This is the lists page where you can discover book lists created by any user. A List is a collection of books, similar to a shelf.' %}

{% trans 'Shelves are for organising books for yourself, whereas Lists are generally for sharing with others.' %}", title: "{% trans 'Lists' %}", buttons: [ { @@ -31,7 +31,7 @@ ], }, { - text: `{% trans "Let's see how to create a new list." %}

{% trans "Click the Create List button, then Next to continue the tour" %}

`, + text: `{% trans "Let's see how to create a new list." %}

{% trans "Click the Create List button, then Next to continue the tour" %}

`, title: "{% trans 'Creating a new list' %}", attachTo: { element: "#tour-create-list", diff --git a/bookwyrm/templates/guided_tour/user_books.html b/bookwyrm/templates/guided_tour/user_books.html index b1383450d..2a4629050 100644 --- a/bookwyrm/templates/guided_tour/user_books.html +++ b/bookwyrm/templates/guided_tour/user_books.html @@ -98,7 +98,7 @@ ], }, { - text: `{% trans "Now that we've explored book shelves, let's take a look at a related concept: book lists!" %}

{% trans "Click on the Lists link here to continue the tour." %}`, + text: `{% trans "Now that we've explored book shelves, let's take a look at a related concept: book lists!" %}

{% trans "Click on the Lists link here to continue the tour." %}`, title: "{% trans 'Lists' %}", attachTo: { element: () => { diff --git a/bookwyrm/templates/guided_tour/user_groups.html b/bookwyrm/templates/guided_tour/user_groups.html index 5ce69b900..fc6169521 100644 --- a/bookwyrm/templates/guided_tour/user_groups.html +++ b/bookwyrm/templates/guided_tour/user_groups.html @@ -28,7 +28,7 @@ ], }, { - text: `{% trans "Let's create a new group!" %}

{% trans "Click the Create group button, then Next to continue the tour" %}

`, + text: `{% trans "Let's create a new group!" %}

{% trans "Click the Create group button, then Next to continue the tour" %}

`, title: "{% trans 'Create group' %}", attachTo: { element: "#tour-create-group", @@ -99,7 +99,7 @@ ], }, { - text: `{% trans "Once you're happy with how everything is set up, click the Save button to create your new group." %}

{% trans "Create and save a group to continue the tour." %}

`, + text: `{% trans "Once you're happy with how everything is set up, click the Save button to create your new group." %}

{% trans "Create and save a group to continue the tour." %}

`, title: "{% trans 'Save your group' %}", buttons: [ { diff --git a/bookwyrm/templates/guided_tour/user_profile.html b/bookwyrm/templates/guided_tour/user_profile.html index 7d7ebe242..29a94a2ad 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." %}

{% trans "Search for a title or author to continue the tour." %}

`, + text: `{% trans "Now you understand the basics of your profile page, let's add a book to your shelves." %}

{% trans "Search for a title or author to continue the tour." %}

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