diff --git a/bookwyrm/templates/guided_tour/user_books.html b/bookwyrm/templates/guided_tour/user_books.html index 0b5f45b30..ec1e89c8b 100644 --- a/bookwyrm/templates/guided_tour/user_books.html +++ b/bookwyrm/templates/guided_tour/user_books.html @@ -84,7 +84,7 @@ ], }, { - text: "{% trans 'If you have an export file from another service like Goodreads or LibraryThing, you can import your books and shelves here.' %}", + text: "{% trans 'If you have an export file from another service like Goodreads or LibraryThing, you can import it here.' %}", title: "{% trans 'Import from another service' %}", attachTo: { element: "#tour-import-books",