fix import message

import files don't import shelves, only books.
This commit is contained in:
Hugh Rundle 2022-07-09 14:47:31 +10:00
parent 3c317d509d
commit b36968166e

View file

@ -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' %}", title: "{% trans 'Import from another service' %}",
attachTo: { attachTo: {
element: "#tour-import-books", element: "#tour-import-books",