1
0
Fork 0

minor wording updates for tour

This commit is contained in:
Hugh Rundle 2022-07-09 17:49:56 +10:00
parent 6df09eb5d7
commit c68c7216f3
3 changed files with 4 additions and 4 deletions

View file

@ -42,7 +42,7 @@
} else if (localResult) {
tour.addStep(
{
text: "{% trans 'If the book you are looking for is already on this server, you can click on the title to go to the book\'s page.' %}",
text: "{% trans 'If the book you are looking for is already on this Bookwyrm instance, you can click on the title to go to the book\'s page.' %}",
title: "{% trans 'Searching' %}",
attachTo: {
element: "#tour-local-book-search-result",