various wording updates to guided tour
This commit is contained in:
parent
a84deff119
commit
126fd4e634
4 changed files with 5 additions and 4 deletions
|
@ -97,8 +97,8 @@
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: "{% trans 'You\'re nearly done.<p class=\'notification is-warning is-light mt-3\'>Select <strong>Direct Messages</strong> from the drop down menu to finish the tour.</p>' %}",
|
text: "{% trans 'You\'re nearly done with the tour!<p class=\'notification is-warning is-light mt-3\'>Select <strong>Direct Messages</strong> from the drop down menu to finish the tour.</p>' %}",
|
||||||
title: "{% trans 'Profile and settings menu' %}",
|
title: "{% trans 'Next: Sending Messages' %}",
|
||||||
attachTo: {
|
attachTo: {
|
||||||
element: "#navbar-dropdown",
|
element: "#navbar-dropdown",
|
||||||
on: "left-end",
|
on: "left-end",
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: "{% trans 'Let\'s see how to create a new list.<p class=\'notification is-warning is-light mt-3\'>Click this button, then <strong>Next</strong> to continue the tour</p>' %}",
|
text: "{% trans 'Let\'s see how to create a new list.<p class=\'notification is-warning is-light mt-3\'>Click the <strong>Create List</strong> button, then <strong>Next</strong> to continue the tour</p>' %}",
|
||||||
title: "{% trans 'Creating a new list' %}",
|
title: "{% trans 'Creating a new list' %}",
|
||||||
attachTo: {
|
attachTo: {
|
||||||
element: "#tour-create-list",
|
element: "#tour-create-list",
|
||||||
|
|
|
@ -34,6 +34,7 @@
|
||||||
element: "#tour-user-shelves",
|
element: "#tour-user-shelves",
|
||||||
on: "bottom-start",
|
on: "bottom-start",
|
||||||
},
|
},
|
||||||
|
highlightClass: 'tour-element-highlight',
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
action() {
|
action() {
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: "{% trans 'Let\'s create a new group!<p class=\'notification is-warning is-light mt-3\'>Click this button, then <strong>Next</strong> to continue the tour</p>' %}",
|
text: "{% trans 'Let\'s create a new group!<p class=\'notification is-warning is-light mt-3\'>Click the <strong>Create group</strong> button, then <strong>Next</strong> to continue the tour</p>' %}",
|
||||||
title: "{% trans 'Create group' %}",
|
title: "{% trans 'Create group' %}",
|
||||||
attachTo: {
|
attachTo: {
|
||||||
element: "#tour-create-group",
|
element: "#tour-create-group",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue