1
0
Fork 0

Fixes typo and spacing

This commit is contained in:
Mouse Reeve 2022-07-29 11:31:35 -07:00
parent 5a7ce7a58c
commit 29db9c68a1
5 changed files with 7 additions and 7 deletions

View file

@ -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." %}<p class="notification is-warning is-light mt-3">{% trans "Search for a title or author to continue the tour." %}</p>`,
text: `{% trans "Now you understand the basics of your profile page, let's add a book to your shelves." %}<p class="notification is-warning is-light mt-3">{% trans "Search for a title or author to continue the tour." %}</p>`,
title: "{% trans 'Find a book' %}",
attachTo: {
element: "#tour-search",