From 126fd4e634f28ac17660db09f1448382d8d88c44 Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Sun, 10 Jul 2022 11:27:01 +1000 Subject: [PATCH] various wording updates to guided tour --- bookwyrm/templates/guided_tour/group.html | 4 ++-- bookwyrm/templates/guided_tour/lists.html | 2 +- bookwyrm/templates/guided_tour/user_books.html | 1 + bookwyrm/templates/guided_tour/user_groups.html | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/bookwyrm/templates/guided_tour/group.html b/bookwyrm/templates/guided_tour/group.html index c4b6ca610..8187b3109 100644 --- a/bookwyrm/templates/guided_tour/group.html +++ b/bookwyrm/templates/guided_tour/group.html @@ -97,8 +97,8 @@ ], }, { - text: "{% trans 'You\'re nearly done.

Select Direct Messages from the drop down menu to finish the tour.

' %}", - title: "{% trans 'Profile and settings menu' %}", + text: "{% trans 'You\'re nearly done with the tour!

Select Direct Messages from the drop down menu to finish the tour.

' %}", + title: "{% trans 'Next: Sending Messages' %}", attachTo: { element: "#navbar-dropdown", on: "left-end", diff --git a/bookwyrm/templates/guided_tour/lists.html b/bookwyrm/templates/guided_tour/lists.html index 9d1c8e997..03245d99b 100644 --- a/bookwyrm/templates/guided_tour/lists.html +++ b/bookwyrm/templates/guided_tour/lists.html @@ -31,7 +31,7 @@ ], }, { - text: "{% trans 'Let\'s see how to create a new list.

Click this button, then Next to continue the tour

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

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 710a9d227..846271fda 100644 --- a/bookwyrm/templates/guided_tour/user_books.html +++ b/bookwyrm/templates/guided_tour/user_books.html @@ -34,6 +34,7 @@ element: "#tour-user-shelves", on: "bottom-start", }, + highlightClass: 'tour-element-highlight', buttons: [ { action() { diff --git a/bookwyrm/templates/guided_tour/user_groups.html b/bookwyrm/templates/guided_tour/user_groups.html index ddbb18e15..6f5d4449b 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!

Click this button, then Next to continue the tour

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

Click the Create group button, then Next to continue the tour

' %}", title: "{% trans 'Create group' %}", attachTo: { element: "#tour-create-group",