mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-22 16:16:39 +00:00
fix import message
import files don't import shelves, only books.
This commit is contained in:
parent
3c317d509d
commit
b36968166e
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue