From b36968166e3c7ea9c8fdeb9e4224a68eced2533f Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Sat, 9 Jul 2022 14:47:31 +1000 Subject: [PATCH] fix import message import files don't import shelves, only books. --- bookwyrm/templates/guided_tour/user_books.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",