mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-08 16:25:27 +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' %}",
|
title: "{% trans 'Import from another service' %}",
|
||||||
attachTo: {
|
attachTo: {
|
||||||
element: "#tour-import-books",
|
element: "#tour-import-books",
|
||||||
|
|
Loading…
Reference in a new issue