Fixes a couple typos
This commit is contained in:
parent
29db9c68a1
commit
f52965b8f4
2 changed files with 18 additions and 18 deletions
|
@ -74,7 +74,7 @@
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: `{% trans "As well as creating lists from the Lists page, you can create a group-curated list here on the group's homepage. Any member of the group can create a list curated by group members." %}"`
|
text: `{% trans "As well as creating lists from the Lists page, you can create a group-curated list here on the group's homepage. Any member of the group can create a list curated by group members." %}"`,
|
||||||
title: "{% trans 'Group lists' %}",
|
title: "{% trans 'Group lists' %}",
|
||||||
attachTo: {
|
attachTo: {
|
||||||
element: "#tour-create-list",
|
element: "#tour-create-list",
|
||||||
|
|
|
@ -197,7 +197,7 @@ homeTour.addSteps([
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: `{% trans "Your profile, books, direct messages, and settings can be accessed by clicking on your name in the menu here." %} <p class="notification is-warning is-light mt-3">{% trans "Try selecting <strong>Profile</strong> from the drop down menu to continue the tour." %}</p>' %}`,
|
text: `{% trans "Your profile, books, direct messages, and settings can be accessed by clicking on your name in the menu here." %} <p class="notification is-warning is-light mt-3">{% trans "Try selecting <strong>Profile</strong> from the drop down menu to continue the tour." %}</p>`,
|
||||||
title: "{% trans 'Profile and settings menu' %}",
|
title: "{% trans 'Profile and settings menu' %}",
|
||||||
attachTo: {
|
attachTo: {
|
||||||
element: checkResponsiveState('#navbar-dropdown'),
|
element: checkResponsiveState('#navbar-dropdown'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue